search for: br_get_bridge_info

Displaying 4 results from an estimated 4 matches for "br_get_bridge_info".

2007 Apr 18
1
[Bridge] Building 1.1 ?
...39; gcc -Wall -g -I/usr/src/linux/include -c libbridge_devif.c In file included from libbridge_devif.c:28: libbridge_private.h:39:2: error: #error Using wrong kernel headers if_bridge.h libbridge_private.h:43:2: error: #error Using wrong kernel headers sockios.h is libbridge_devif.c: In function ?br_get_bridge_info?: libbridge_devif.c:196: error: ?SYSFS_BRIDGE_ATTR? undeclared (first use in this libbridge_devif.c:196: error: (Each undeclared identifier is reported only once libbridge_devif.c:196: error: for each function it appears in.) libbridge_devif.c:196: error: syntax error before string constant libbr...
2009 Jun 15
0
[Bridge] [PATCH][RFC] bridge-utils: add basic VEPA support
...idge_info *info) __jiffies_to_tv(&info->topology_change_timer_value, i.topology_change_timer_value); __jiffies_to_tv(&info->gc_timer_value, i.gc_timer_value); - + info->vepa_mode = 0; + sprintf(info->uplink_port, "-"); return 0; } @@ -209,7 +240,13 @@ int br_get_bridge_info(const char *bridge, struct bridge_info *info) info->stp_enabled = fetch_int(path, "stp_state"); info->topology_change = fetch_int(path, "topology_change"); info->topology_change_detected = fetch_int(path, "topology_change_detected"); - + if (feature_supp...
2009 Jun 15
0
[Bridge] [PATCH][RFC] bridge-utils: add basic VEPA support
...idge_info *info) __jiffies_to_tv(&info->topology_change_timer_value, i.topology_change_timer_value); __jiffies_to_tv(&info->gc_timer_value, i.gc_timer_value); - + info->vepa_mode = 0; + sprintf(info->uplink_port, "-"); return 0; } @@ -209,7 +240,13 @@ int br_get_bridge_info(const char *bridge, struct bridge_info *info) info->stp_enabled = fetch_int(path, "stp_state"); info->topology_change = fetch_int(path, "topology_change"); info->topology_change_detected = fetch_int(path, "topology_change_detected"); - + if (feature_supp...
2009 Jun 15
0
[Bridge] [PATCH][RFC] bridge-utils: add basic VEPA support
...idge_info *info) __jiffies_to_tv(&info->topology_change_timer_value, i.topology_change_timer_value); __jiffies_to_tv(&info->gc_timer_value, i.gc_timer_value); - + info->vepa_mode = 0; + sprintf(info->uplink_port, "-"); return 0; } @@ -209,7 +240,13 @@ int br_get_bridge_info(const char *bridge, struct bridge_info *info) info->stp_enabled = fetch_int(path, "stp_state"); info->topology_change = fetch_int(path, "topology_change"); info->topology_change_detected = fetch_int(path, "topology_change_detected"); - + if (feature_supp...