Lines Matching refs:eth0
46 1) redirecting eth0 to eth0
47 2) eth0->eth1-> eth0
48 3) eth0->lo-> eth1-> eth0
65 1) Mirror all packets arriving on eth0 to be sent out on eth1.
69 tc qdisc add dev eth0 ingress
70 tc filter add dev eth0 parent ffff: protocol ip prio 10 u32 \
77 2) Host A is hooked up to us on eth0
79 # redirect all packets arriving on ingress of lo to eth0
83 match u32 0 0 flowid 1:2 action mirred egress redirect dev eth0
90 Ping would fail since all packets are heading out eth0
95 match u32 0 0 flowid 1:2 action mirred egress mirror dev eth0
110 action mirred egress mirror dev eth0
114 # for packets from 10.0.0.9 going out on eth0 (could be local
120 tc qdisc add dev eth0 handle 1:0 root prio
121 tc filter add dev eth0 parent 1:0 protocol ip prio 6 u32 \
135 tc qdisc add dev eth0 handle 1:0 root prio
136 tc filter add dev eth0 parent 1: protocol ip prio 10 u32 \
141 If you run tcpdump on eth0 you will see all packets going out
147 tc qdisc add dev eth0 handle 1:0 root prio
148 tc filter add dev eth0 parent 1: protocol ip prio 10 u32 \