Displaying 1 result from an estimated 1 matches for "siocbr_add_bridg".
Did you mean:
siocbr_add_bridge
2007 Apr 18
2
[Bridge] [RFC] bridge kernel API change
...interface can't easily be converted to 32/64 bit
compat. Right now, the bridge-utils (brctl) tries to handle
32bit command on 64 bit kernel, but the code is limited to sparc
and wrong.
Here is what I am thinking.
get version - not needed?
get bridges - /sys/class/bridge/*
add bridge - SIOCBR_ADD_BRIDGE
del bridge - SIOCBR_DEL_BRIDGE
add if - SIOCBR_ADD_IF
delete if - SIOCBR_DEL_IF
get bridge info - /sys/class/bridge/brX/
get port list - /sys/class/bridge/brX/ports/*
set bridge forward delay - /sys/class/bridge/brX/forward_delay
set bridge hello time - /sys/class/bridge/brX/hello_time...