[mpls-linux-general] Mapping traffic to a LSP using iptables
Status: Beta
Brought to you by:
jleu
|
From: Claus H. <200...@ei...> - 2005-04-26 12:41:02
|
After executing the following commands: mpls nhlfe add key 0 mpls nhlfe change key 0x2 instructions push gen 10000 nexthop eth0 ipv4 130.225.185.243 iptables -A OUTPUT -d 130.225.185.241 -j spec_nh --spec_nh 0x8847:0x2 I get the following error: iptables: No chain/target/match by that name I guess it is the target that is wrong? Regards, Claus |