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.
(2) Works for me.
--
Christian "naddy" Weisgerber [email protected]