CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2015/11/07 05:42:19
Modified files: sys/net : if.c if_bridge.c if_bridge.h sys/netinet : ip_ether.c Log message: Use input handlers for bridge(4). This allows more flexible configurations with vlan(4) and bridge(4) on top of the same physical interface. In particular it allows to not feed VLAN tagget packets into a bridge(4). Fix regression reported by Armin Wolfermann on bugs@, ok dlg@