Lines Matching refs:h2

24 	simple_if_init $h2 192.0.2.2/24
25 tc qdisc add dev $h2 clsact
30 tc qdisc del dev $h2 clsact
31 simple_if_fini $h2 192.0.2.2/24
38 tc filter add dev $h2 ingress chain 1 protocol ip pref 1 handle 1101 \
44 tc_check_packets "dev $h2 ingress" 1101 1
47 tc filter del dev $h2 ingress chain 1 protocol ip pref 1 handle 1101 \
57 tc filter add dev $h2 ingress chain 1 protocol ip pref 1 handle 1101 \
59 tc filter add dev $h2 ingress protocol ip pref 2 handle 102 flower \
61 tc filter add dev $h2 ingress protocol ip pref 1 handle 101 flower \
67 tc_check_packets "dev $h2 ingress" 102 1
70 tc_check_packets "dev $h2 ingress" 101 1
73 tc_check_packets "dev $h2 ingress" 1101 1
76 tc filter del dev $h2 ingress protocol ip pref 1 handle 101 flower
77 tc filter del dev $h2 ingress protocol ip pref 2 handle 102 flower
78 tc filter del dev $h2 ingress chain 1 protocol ip pref 1 handle 1101 \
88 tc chain add dev $h2 ingress
91 output="$(tc -j chain get dev $h2 ingress)"
97 tc chain add dev $h2 ingress chain 1
100 output="$(tc -j chain get dev $h2 ingress chain 1)"
106 output="$(tc -j chain show dev $h2 ingress)"
115 tc chain del dev $h2 ingress
118 tc chain del dev $h2 ingress chain 1
128 tc chain add dev $h2 ingress protocol ip \
130 tc chain add dev $h2 ingress chain 1 protocol ip \
133 tc filter add dev $h2 ingress protocol ip pref 1 handle 1101 \
137 tc filter add dev $h2 ingress protocol ip pref 1 handle 1102 \
141 tc filter add dev $h2 ingress chain 1 protocol ip pref 1 handle 1101 \
145 tc filter add dev $h2 ingress chain 1 protocol ip pref 1 handle 1102 \
149 tc filter del dev $h2 ingress chain 1 protocol ip pref 1 handle 1102 \
151 tc filter del dev $h2 ingress chain 1 protocol ip pref 1 handle 1101 \
154 tc filter del dev $h2 ingress protocol ip pref 1 handle 1102 \
156 tc filter del dev $h2 ingress protocol ip pref 1 handle 1101 \
159 tc chain del dev $h2 ingress chain 1
160 tc chain del dev $h2 ingress
168 h2=${NETIFS[p2]}
170 h2mac=$(mac_get $h2)