search for: br_foreach_port

Displaying 2 results from an estimated 2 matches for "br_foreach_port".

2007 Jul 31
1
[Bridge] brctl uses incorrect sysfs path
...S_NET "%s/bridge/%s", bridge, name); f = fopen(path, "w"); if (f) { diff --git a/libbridge/libbridge_init.c b/libbridge/libbridge_init.c index e2eab77..f31addc 100644 --- a/libbridge/libbridge_init.c +++ b/libbridge/libbridge_init.c @@ -185,13 +185,18 @@ int br_foreach_port(const char *brname, int i, count; struct dirent **namelist; char path[SYSFS_PATH_MAX]; + struct stat st; - snprintf(path, SYSFS_PATH_MAX, SYSFS_CLASS_NET "%s/brport", brname); + snprintf(path, SYSFS_PATH_MAX, SYSFS_CLASS_NET "%s/brif&q...
2007 Apr 18
5
[Bridge] RFC: [PATCH] bridge vlan integration
Hi, The attached patches enables the bridge to filter and forward packets according to their IEEE 802.1q headers. The goals behind this change include : - Enable running STP on 802.1q tagged networks. STP packets must be untagged. It isn't obvious how else to enable STP with the current bridge and vlan code. - Add native support for an untagged vlan. Currently an untagged vlan can