make -C tools/testing/selftests TARGETS="net" TEST_PROGS=l2_tos_ttl_inheriit.sh TEST_GEN_PROGS="" run_tests make: Entering directory '/home/virtme/testing-1/tools/testing/selftests' make[1]: Entering directory '/home/virtme/testing-1/tools/testing/selftests/net' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/virtme/testing-1/tools/testing/selftests/net' make[1]: Entering directory '/home/virtme/testing-1/tools/testing/selftests/net' TAP version 13 1..1 # timeout set to 3600 # selftests: net: l2_tos_ttl_inherit.sh # ┌────────┬───────┬───────┬──────────────┬──────────────┬───────┬────────┐ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 4 │ 4 │ inherit 0x8c │ inherit 102 │ false │ OK │ # │ gre │ 4 │ 4 │ inherit 0x08 │ inherit 100 │ true │ OK │ # │ gre │ 4 │ 4 │ fixed 0x34 │ fixed 125 │ false │ OK │ # │ gre │ 4 │ 4 │ fixed 0x0c │ fixed 176 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 4 │ 6 │ inherit 0xe8 │ inherit 99 │ false │ OK │ # │ gre │ 4 │ 6 │ inherit 0x84 │ inherit 45 │ true │ OK │ # │ gre │ 4 │ 6 │ fixed 0xe0 │ fixed 56 │ false │ OK │ # │ gre │ 4 │ 6 │ fixed 0xd8 │ fixed 63 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 4 │ other │ inherit 0x40 │ inherit 92 │ false │ OK │ # │ gre │ 4 │ other │ inherit 0x94 │ inherit 167 │ true │ OK │ # │ gre │ 4 │ other │ fixed 0x20 │ fixed 43 │ false │ OK │ # │ gre │ 4 │ other │ fixed 0xc0 │ fixed 237 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼─────── # │ gre │ 6 │ 4 │ inherit 0x34 │ inherit 77 │ false │ OK │ # │ gre │ 6 │ 4 │ inherit 0x90 │ inherit 62 │ true │ OK │ # │ gre │ 6 │ 4 │ fixed 0x58 │ fixed 54 │ false │ OK │ # │ gre │ 6 │ 4 │ fixed 0xec │ fixed 62 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 6 │ 6 │ inherit 0xb4 │ inherit 182 │ false │ OK │ # │ gre │ 6 │ 6 │ inherit 0x78 │ inherit 236 │ true │ OK │ # │ gre │ 6 │ 6 │ fixed 0x80 │ fixed 77 │ false │ OK │ # │ gre │ 6 │ 6 │ fixed 0xbc │ fixed 185 │ true │ OK │ # ├────────┼───────┼───────┼────────────┼──────────────┼───────┼────────┤ # │ gre │ 6 │ other │ inherit 0xf0 │ inherit 189 │ false │ OK │ # │ gre │ 6 │ other │ inherit 0x4c │ inherit 85 │ true │ OK │ # │ gre │ 6 │ other │ fixed 0x3c │ fixed 66 │ false │ OK │ # │ gre │ 6 │ other │ fixed 0x90 │ fixed 228 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 4 │ 4 │ inherit 0x74 │ inherit 179 │ false │ OK │ # │ vxlan │ 4 │ 4 │ inherit 0x7c │ inherit 5 │ true │ OK │ # │ vxlan │ 4 │ 4 │ fixed 0xd8 │ fixed 12 │ false │ OK │ # │ vxlan │ 4 │ 4 │ fixed 0x04 │ fixed 53 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 4 │ 6 │ inherit 0xe4 │ inherit 9 │ false │ OK │ # │ vxlan │ 4 │ 6 │ inherit 0x98 │ inherit 85 │ true │ OK │ # │ vxlan │ 4 │ 6 │ fixed 0xa4 │ fixed 157 │ false │ OK │ # │ vxlan │ 4 │ 6 │ fixed 0x70 │ fixed 109 │ true │ OK │ # ├──────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 4 │ other │ inherit 0x34 │ inherit 208 │ false │ OK │ # │ vxlan │ 4 │ other │ inherit 0x40 │ inherit 232 │ true │ OK │ # │ vxlan │ 4 │ other │ fixed 0x4c │ fixed 222 │ false │ OK │ # │ vxlan │ 4 │ other │ fixed 0xd8 │ fixed 99 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 6 │ 4 │ inherit 0xec │ inherit 220 │ false │ OK │ # │ vxlan │ 6 │ 4 │ inherit 0xc8 │ inherit 19 │ true │ OK │ # │ vxlan │ 6 │ 4 │ fixed 0x48 │ fixed 12 │ false │ OK │ # │ vxlan │ 6 │ 4 │ fixed 0x68 │ fixed 127 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 6 │ 6 │ inherit 0x58 │ inherit 22 │ false │ OK │ # │ vxlan │ 6 │ 6 │ inherit 0x14 │ inherit 18 │ true │ OK │ # │ vxlan │ 6 │ 6 │ fixed 0xa4 │ fixed 183 │ false OK │ # │ vxlan │ 6 │ 6 │ fixed 0x90 │ fixed 40 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 6 │ other │ inherit 0xb0 │ inherit 51 │ false │ OK │ # │ vxlan │ 6 │ other │ inherit 0xe4 │ inherit 235 │ true │ OK │ # │ vxlan │ 6 │ other │ fixed 0xa0 │ fixed 237 │ false │ OK │ # │ vxlan │ 6 │ other │ fixed 0x60 │ fixed 119 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 4 │ 4 │ inherit 0x54 │ inherit 223 │ false │ OK │ # │ geneve │ 4 │ 4 │ inherit 0xa4 │ inherit 143 │ true │ OK │ # │ geneve │ 4 │ 4 │ fixed 0x78 │ fixed 71 │ false │ OK │ # │ geneve │ 4 │ 4 │ fixed 0x58 │ fixed 83 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 4 │ 6 │ inherit 0x8c │ inherit 218 │ false │ OK │ # │ geneve │ 4 │ 6 │ inherit 0x08 │ inherit 79 │ true │ OK │ # │ geneve │ 4 │ 6 │ fixed 0xa4 │ fixed 244 │ false │ OK │ # │ geneve │ 4 │ 6 │ fixed 0xd8 │ fixed 7 │ true │ OK │ # ├────────┼──────────────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 4 │ other │ inherit 0x8c │ inherit 207 │ false │ OK │ # │ geneve │ 4 │ other │ inherit 0x30 │ inherit 171 │ true │ OK │ # │ geneve │ 4 │ other │ fixed 0xdc │ fixed 94 │ false │ OK │ # │ geneve │ 4 │ other │ fixed 0x84 │ fixed 253 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼─────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 6 │ 4 │ inherit 0x9c │ inherit 17 │ false │ OK │ # │ geneve │ 6 │ 4 │ inherit 0x60 │ inherit 234 │ true │ OK │ # │ geneve │ 6 │ 4 │ fixed 0x98 │ fixed 53 │ false │ OK │ # │ geneve │ 6 │ 4 │ fixed 0x84 │ fixed 181 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 6 │ 6 │ inherit 0x20 │ inherit 196 │ false │ OK │ # │ geneve │ 6 │ 6 │ inherit 0x38 │ inherit 24 │ true │ OK │ # │ geneve │ 6 │ 6 │ fixed 0x34 │ fixed 175 │ false │ OK │ # │ geneve │ 6 │ 6 │ fixed 0xbc │ fixed 216 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 6 │ other │ inherit 0x38 │ inherit 233 │ false │ OK │ # │ geneve │ 6 │ other │ inherit 0xa0 │ inherit 115 │ true │ OK │ # │ geneve │ 6 │ other │ fixed 0x20 │ fixed 35 │ false │ OK │ # │ geneve │ 6 │ other │ fixed 0xd8 │ fixed 75 │ true │ OK │ # └────────┴───────┴───────┴──────────────┴──────────────┴───────┴────────┘ ok 1 selftests: net: l2_tos_ttl_inherit.sh make[1]: Leaving directory '/home/virtme/testing-1/tools/testing/selftests/net' make: Leaving directory '/home/virtme/testing-1/tools/testing/selftests' xx__-> echo $? 0 xx__->