Lines Matching full:then
18 if [ "$(id -u)" != "0" ]; then
22 if ! which tcpdump > /dev/null 2>&1; then
53 if $found; then
58 if [ "$input_field" = "$field" ]; then
79 if [ "$tos_ttl" = "random" ]; then
82 elif [ "$tos_ttl" = "inherit" ]; then
94 if [ "$tos_ttl" = "random" ]; then
97 elif [ "$tos_ttl" = "inherit" ]; then
116 if [ "$type" = "gre" ] || [ "$type" = "vxlan" ]; then
117 if [ "$outer" = "4" ]; then
120 elif [ "$outer" = "6" ]; then
126 if [ "$type" = "vxlan" ]; then
130 if [ "$type" = "geneve" ]; then
134 if [ "$outer" = "4" ]; then
135 if [ "$type" = "gre" ]; then
146 elif [ "$outer" = "6" ]; then
147 if [ "$type" = "gre" ]; then
168 if $vlan; then
183 if [ "$inner" = "4" ] || [ "$inner" = "other" ]; then
186 elif [ "$inner" = "6" ]; then
203 if [ "$inner" = "4" ]; then
205 elif [ "$inner" = "6" ]; then
207 elif [ "$inner" = "other" ]; then
210 if [ "$tos_ttl" = "inherit" ]; then
217 if [ "$type" = "gre" ]; then
219 elif [ "$type" = "vxlan" ] || [ "$type" = "geneve" ]; then
222 if [ "$outer" = "4" ]; then
224 if [ "$inner" = "4" ]; then
227 if [ "$type" = "vxlan" ] || [ "$type" = "geneve" ]; then
231 if $vlan; then
241 elif [ "$inner" = "6" ]; then
244 if [ "$type" = "vxlan" ] || [ "$type" = "geneve" ]; then
248 if $vlan; then
258 elif [ "$inner" = "other" ]; then
261 if [ "$type" = "vxlan" ] || [ "$type" = "geneve" ]; then
265 if $vlan; then
269 if [ "$tos_ttl" = "inherit" ]; then
281 elif [ "$outer" = "6" ]; then
282 if [ "$type" = "gre" ]; then
284 elif [ "$type" = "vxlan" ] || [ "$type" = "geneve" ]; then
287 if [ "$inner" = "4" ]; then
290 if [ "$type" = "vxlan" ] || [ "$type" = "geneve" ]; then
294 if $vlan; then
304 elif [ "$inner" = "6" ]; then
307 if [ "$type" = "vxlan" ] || [ "$type" = "geneve" ]; then
311 if $vlan; then
321 elif [ "$inner" = "other" ]; then
324 if [ "$type" = "vxlan" ] || [ "$type" = "geneve" ]; then
328 if $vlan; then
332 if [ "$tos_ttl" = "inherit" ]; then
348 if [ "$outer" = "4" ]; then
352 [ "$captured_ttl" = "$expected_ttl" ]; then
355 elif [ "$outer" = "6" ]; then
359 [ "$captured_ttl" = "$expected_ttl" ]; then
365 if [ "$result" = "FAIL" ]; then
367 if [ "$captured_tos" != "$expected_tos" ]; then
372 if [ "$captured_ttl" != "$expected_ttl" ]; then
414 if ! $(modprobe "$type" 2>/dev/null); then
442 if $failed; then