Bart De Schuymer <[email protected]> wrote on 2010/03/28 14:48:52:
>
> Stephen Hemminger schreef:
> >
> > If you read the network receive code path in the kernel, you
> > will see that there is a special hook used. Basically,
> >
> >   if received_interface_is_part_of_bridge(incoming_interface)
> >   then process_bridged_packet(packet)
> >
> > Then bridge looks at packet and decides whether it is local or forwarded.
> > The problem is with your application if it wants to use eth0 directly.
> >
> >
> The ebtables brouting chain was designed to enable you to do this.

Can you give me an example?

 Jocke

_______________________________________________
Bridge mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/bridge

Reply via email to