4 Ebtables is used to do all sorts of "weird" things with Ethernet frames. With
5 this patch, traffic you can describe via ebtables, can be mapped onto an LSP.
10 After compiling and installing the MPLS enabled version of ebtables, you will
11 have a new target which has the syntax:
15 Here is an example of how to redirect ethernet frames from eth1 onto an LSP
22 ebtables -t nat -A PREROUTING -i eth1 -j mpls --nhfle 0x2
24 !!NOTE You MUST use the bridge interface!!
26 The key 0x2 comes from the output of 'mpls' when creating a NHLFE (see
27 REAME.iproute2 for more info)
29 ------------------------------------------------------------------------------
31 Copyright by James R. Leu <jleu@mindspring.com> 1999-2008