Re: Iproute2 has iptables libs path hardcoded

2006-09-28 Thread Jim Gifford
nofast wrote: Hello, I was trying to setup ifb0 device on pure LFS (current development LFS) + iptables-1.3.5 (blfs). After setting up command from IFB Linux webpage: tc qdisc add dev eth0 ingress tc filter add dev eth0 parent : protocol ip prio 10 u32 \ match u32 0 0 flowid 1:1 \ ac

Iproute2 has iptables libs path hardcoded

2006-09-28 Thread nofast
Hello, I was trying to setup ifb0 device on pure LFS (current development LFS) + iptables-1.3.5 (blfs). After setting up command from IFB Linux webpage: tc qdisc add dev eth0 ingress tc filter add dev eth0 parent : protocol ip prio 10 u32 \ match u32 0 0 flowid 1:1 \ action ipt -j MAR