On Wed, Jul 07, 2010 at 05:26:22PM +0000, Christian Weisgerber wrote: > Reyk Floeter <[email protected]> wrote: > > > --- net/if_bridge.c 2 Jul 2010 02:40:16 -0000 1.181 > > +++ net/if_bridge.c 3 Jul 2010 17:22:52 -0000 > > @@ -152,7 +152,8 @@ u_int8_t bridge_filterrule(struct brl_he > > struct mbuf *bridge_filter(struct bridge_softc *, int, struct ifnet *, > > struct ether_header *, struct mbuf *m); > > #endif > > -int bridge_ifenqueue(struct bridge_softc *, struct ifnet *, struct > > mbuf *); > > +int bridge_ifenqueue(struct bridge_softc *, struct ifnet *, struct > > mbuf *, > > + struct ether_header *); > > (1) I think a number of unrelated changes in if_bridge.c, like the > one above, snuck in. >
oh, sorry. ignore this part. but i double-checked the diff and the if_bridge.c part is the only thing that doesn't belong to ipsec rdomains. > (2) Works for me. > ok, thanks. > -- > Christian "naddy" Weisgerber [email protected]
