[mpls-linux-general] mplsbr problem
Status: Beta
Brought to you by:
jleu
From: <dad...@gm...> - 2007-10-12 13:01:28
|
Hi, James. Assume the now I can receive a MPLS packet like below: L2 header + MPLS Shim header + L2 header + L3 header + data.... At egress LER, I create a virtual bridge device, and add two interfaces eth1 and mpls1 into that bridge. eth1 is physical interface, and mpls1 is mpls tunnel interface. Then is my question: when I receiving the mpls packet described above from eth0, can I just pop the label and forward packet to mpls1 (it means, received by mpls1), without any header handling? (Like a packet into a bridge port) If the answer is yes, how should I make the command? If the answer is no, it means I need to modify some kernel code? Thanks again for your answering. Regard. |