CVSROOT: /cvs Module name: src Changes by: cami...@cvs.openbsd.org 2012/10/05 11:17:04
Modified files: sys/dev/isa : if_ie.c sys/net : bridgestp.c if.c if.h if_bridge.c if_bridge.h if_ethersubr.c if_gif.c sys/net80211 : ieee80211_node.c sys/netinet : if_ether.c ip_ether.c ip_output.c sys/netinet6 : in6.c Log message: Point an interface directly to its bridgeport configuration, instead of to the bridge itself. This is ok, since an interface can only be part of one bridge, and the parent bridge is easy to find from the bridgeport. This way we can get rid of a lot of list walks, improving performance and shortening the code. ok henning stsp sthen reyk