Lines Matching full:then
15 if [ "$(id -u)" != "0" ]; then
19 if ! which tcpdump > /dev/null 2>&1; then
45 if $found; then
50 if [ "$input_field" = "$field" ]; then
72 if [ "$tos_ttl" = "random" ]; then
75 elif [ "$tos_ttl" = "inherit" ]; then
87 if [ "$tos_ttl" = "random" ]; then
90 elif [ "$tos_ttl" = "inherit" ]; then
108 if [ "$type" = "gre" ] || [ "$type" = "vxlan" ]; then
109 if [ "$outer" = "4" ]; then
112 elif [ "$outer" = "6" ]; then
118 if [ "$type" = "vxlan" ]; then
122 if [ "$type" = "geneve" ]; then
126 if [ "$outer" = "4" ]; then
127 if [ "$type" = "gre" ]; then
136 elif [ "$outer" = "6" ]; then
137 if [ "$type" = "gre" ]; then
156 if $vlan; then
169 if [ "$inner" = "4" ] || [ "$inner" = "other" ]; then
172 elif [ "$inner" = "6" ]; then
187 if [ "$inner" = "4" ]; then
189 elif [ "$inner" = "6" ]; then
191 elif [ "$inner" = "other" ]; then
194 if [ "$tos_ttl" = "inherit" ]; then
201 if [ "$type" = "gre" ]; then
203 elif [ "$type" = "vxlan" ] || [ "$type" = "geneve" ]; then
206 if [ "$outer" = "4" ]; then
208 if [ "$inner" = "4" ]; then
211 if [ "$type" = "vxlan" ] || [ "$type" = "geneve" ]; then
215 if $vlan; then
223 elif [ "$inner" = "6" ]; then
226 if [ "$type" = "vxlan" ] || [ "$type" = "geneve" ]; then
230 if $vlan; then
238 elif [ "$inner" = "other" ]; then
241 if [ "$type" = "vxlan" ] || [ "$type" = "geneve" ]; then
245 if $vlan; then
249 if [ "$tos_ttl" = "inherit" ]; then
259 elif [ "$outer" = "6" ]; then
260 if [ "$type" = "gre" ]; then
262 elif [ "$type" = "vxlan" ] || [ "$type" = "geneve" ]; then
265 if [ "$inner" = "4" ]; then
268 if [ "$type" = "vxlan" ] || [ "$type" = "geneve" ]; then
272 if $vlan; then
280 elif [ "$inner" = "6" ]; then
283 if [ "$type" = "vxlan" ] || [ "$type" = "geneve" ]; then
287 if $vlan; then
295 elif [ "$inner" = "other" ]; then
298 if [ "$type" = "vxlan" ] || [ "$type" = "geneve" ]; then
302 if $vlan; then
306 if [ "$tos_ttl" = "inherit" ]; then
320 if [ "$outer" = "4" ]; then
324 [ "$captured_ttl" = "$expected_ttl" ]; then
327 elif [ "$outer" = "6" ]; then
331 [ "$captured_ttl" = "$expected_ttl" ]; then
337 if [ "$result" = "FAIL" ]; then
339 if [ "$captured_tos" != "$expected_tos" ]; then
344 if [ "$captured_ttl" != "$expected_ttl" ]; then
362 if ! $(modprobe "$type" 2>/dev/null); then
388 if $failed; then