Re: [mpls-linux-general] iptables+mpls
Status: Beta
Brought to you by:
jleu
|
From: Zordan A. <zor...@gm...> - 2004-03-19 12:26:26
|
$ rpm -qa | grep iptables iptables-ipv6-1.2.9-1.2spec_nh1 iptables-1.2.9-1.2spec_nh1 $rpm -ql iptables-1.2.9-1.2spec_nh1 ... /sbin/iptables /sbin/iptables-restore /sbin/iptables-save ... $which iptables /usr/local/sbin/iptables but even when i used $ /sbin/iptables -t mangle -A OUTPUT -j MPLS --set-key 0x2 the same error occured: couldn't load target: /usr/local/lib/iptables/libipt_MPLS.so: cannot open shared object file $iptables --version iptables-1.2.9 Today i checked your P4-dir and i found a libipt_MPLS.c . I tried to copy that file into my extension dir and recompile it. but then it stopped because the lib6ipt_MPLS.c wasn't found ... and that file isn't in the p4-dir. first i used the rpm (even that doesn't work), then i found another extension for iptables that i want to use (layer 7 filter at sourceforge) and so i get your sources and patch them. the result is that the new extension works very well, but not the mpls ... did i forget anything ? hope you can help me zordan -- +++ NEU bei GMX und erstmalig in Deutschland: TÜV-geprüfter Virenschutz +++ 100% Virenerkennung nach Wildlist. Infos: http://www.gmx.net/virenschutz |