[Zrouter-src-freebsd] ZRouter.org: push to FreeBSD HEAD tree
zrouter-src-freebsd at zrouter.org
zrouter-src-freebsd at zrouter.org
Sun Dec 11 13:29:31 UTC 2011
details: http://zrouter.org/hg/FreeBSD/head//rev/8b4d52080601
changeset: 245:8b4d52080601
user: ray at terran.dlink.ua
date: Sun Dec 11 15:29:47 2011 +0200
description:
Dissable add None and Forbidden ports to untagged map.
I don't remeber why I did it before.
diffstat:
head/sys/dev/switch/switch.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 096821cc12c0 -r 8b4d52080601 head/sys/dev/switch/switch.c
--- a/head/sys/dev/switch/switch.c Sun Dec 11 15:28:18 2011 +0200
+++ b/head/sys/dev/switch/switch.c Sun Dec 11 15:29:47 2011 +0200
@@ -220,7 +220,7 @@
* Save untagged flag for switches
* with global tagging flag
*/
- uports |= (1 << port);
+ /* XXX: uports |= (1 << port); */
}
break;
case DOT1Q_PORT_VLAN_CONFIG_VLAN_UNTAGGED:
More information about the Zrouter-src-freebsd
mailing list