[mpls-linux-general] mapping incoming and outgoing traffic
Status: Beta
Brought to you by:
jleu
|
From: Itrat R. Q. <iq...@cc...> - 2004-05-05 09:17:31
|
Hello, I am trying to map incoming ip traffic on to an lsp at the ingress and vice versa at the egress, for that I used the following iptable command iptables -A OUTPUT -t mangle -o eth0 -d 172.16.134.36 -j MPLS --set-key 0x2 at the ingress but I got the following response Unknown arg `--set-key' I am using iptables v1.2.5 and kernel 2.4.19 Looking forward to your feedback. |