make -C tools/testing/selftests TARGETS=net TEST_PROGS=l2_tos_ttl_inherit..sh TEST_GEN_PROGS="" run_tests make: Entering directory '/home/virtme/testing-3/tools/testing/selftests' make[1]: Entering directory '/home/virtme/testing-3/tools/testing/selftests/net' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/virtme/testing-3/tools/testing/selftests/net' make[1]: Entering directory '/home/virtme/testing-3/tools/testing/selftests/net' TAP version 13 1..1 # overriding timeout to 7200 # selftests: net: l2_tos_ttl_inherit.sh # ┌────────┬───────┬───────┬──────────────┬──────────────┬───────┬────────┐ # ├────────┼──────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 4 │ 4 │ inherit 0x88 │ inherit 95 │ false │ OK │ # │ gre │ 4 │ 4 │ inherit 0xf8 │ inherit 123 │ true │ OK │ # │ gre │ 4 │ 4 │ fixed 0x64 │ fixed 42 │ false │ OK │ # │ gre │ 4 │ 4 │ fixed 0x68 │ fixed 32 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 4 │ 6 │ inherit 0x08 │ inherit 241 │ false │ OK │ # │ gre │ 4 │ 6 │ inherit 0x18 │ inherit 204 │ true │ OK │ # │ gre │ 4 │ 6 │ fixed 0x58 │ fixed 91 │ false │ OK │ # │ gre │ 4 │ 6 │ fixed 0xf4 │ fixed 209 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 4 │ other │ inherit 0xac │ inherit 98 │ false │ OK │ # │ gre │ 4 │ other │ inherit 0xe8 │ inherit 10 │ true │ OK │ # │ gre │ 4 │ other │ fixed 0x88 │ fixed 240 │ false │ OK │ # │ gre │ 4 │ other │ fixed 0x08 │ fixed 66 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 6 │ 4 │ inherit 0x74 │ inherit 129 │ false │ OK │ # │ gre │ 6 │ 4 │ inherit 0x90 │ inherit 101 │ true │ OK │ # │ gre │ 6 │ 4 │ fixed 0x18 │ fixed 63 │ false │ OK │ # │ gre │ 6 │ 4 │ fixed 0x28 │ fixed 80 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 6 │ 6 │ inherit 0x14 │ inherit 143 │ false │ OK │ # │ gre │ 6 │ 6 │ inherit 0x3c │ inherit 255 │ true │ OK │ # │ gre │ 6 6 │ fixed 0xf4 │ fixed 188 │ false │ OK │ # │ gre │ 6 │ 6 │ fixed 0xa8 │ fixed 249 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 6 │ other │ inherit 0x84 │ inherit 160 │ false │ OK │ # │ gre │ 6 │ other │ inherit 0x74 │ inherit 228 │ true │ OK │ # │ gre │ 6 │ other │ fixed 0x9c │ fixed 254 │ false │ OK │ # │ gre │ 6 │ other │ fixed 0x38 │ fixed 89 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 4 │ 4 │ inherit 0x94 │ inherit 188 │ false │ OK │ # │ vxlan │ 4 │ 4 │ inherit 0x60 │ inherit 217 │ true │ OK │ # │ vxlan │ 4 │ 4 │ fixed 0x80 │ fixed 211 │ false │ OK │ # │ vxlan │ 4 │ 4 │ fixed 0x30 │ fixed 26 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 4 │ 6 │ inherit 0xf0 │ inherit 93 │ false │ OK │ # │ vxlan │ 4 │ 6 │ inherit 0x78 │ inherit 99 │ true │ OK │ # │ vxlan │ 4 │ 6 │ fixed 0x74 │ fixed 8 │ false │ OK │ # │ vxlan │ 4 │ 6 │ fixed 0x58 │ fixed 120 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 4 │ other │ inherit 0x38 │ inherit 28 │ false │ OK │ # │ vxlan │ 4 │ other │ inherit 0xf0 │ inherit 107 │ true │ OK │ # │ vxlan │ 4 │ other │ fixed 0x1c │ fixed 154 │ false │ OK │ # │ vxlan │ 4 │ other │ fixed 0x94 │ fixed 231 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 6 │ 4 │ inherit 0x78 │ inherit 47 │ false │ OK │ # │ vxlan │ 6 │ 4 │ inherit 0x58 │ inherit 107 │ true │ OK │ # │ vxlan │ 6 │ 4 │ fixed 0x78 │ fixed 136 │ false │ OK │ # │ vxlan │ 6 │ 4 │ fixed 0x44 │ fixed 253 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 6 │ 6 │ inherit 0xe4 │ inherit 140 │ false │ OK │ # │ vxlan │ 6 │ 6 │ inherit 0xb8 │ inherit 117 │ true │ OK │ # │ vxlan │ 6 │ 6 │ fixed 0xcc │ fixed 170 │ false │ OK # │ vxlan │ 6 │ 6 │ fixed 0x90 │ fixed 86 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 6 │ other │ inherit 0x14 │ inherit 23 │ false │ OK │ # │ vxlan │ 6 │ other │ inherit 0x38 │ inherit 175 │ true │ OK │ # │ vxlan │ 6 │ other │ fixed 0x30 │ fixed 38 │ false │ OK │ # │ vxlan │ 6 │ other │ fixed 0xec │ fixed 121 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 4 │ 4 │ inherit 0x08 │ inherit 217 │ false │ OK │ # │ geneve │ 4 │ 4 │ inherit 0x50 │ inherit 226 │ true │ OK │ # │ geneve │ 4 │ 4 │ fixed 0x8c │ fixed 223 │ false │ OK │ # │ geneve │ 4 │ 4 │ fixed 0x30 │ fixed 19 │ true │ OK │ # ├────────┼───────┼───────┼─────────────┼──────────────┼───────┼────────┤ # │ geneve │ 4 │ 6 │ inherit 0x64 │ inherit 36 │ false │ OK │ # │ geneve │ 4 │ 6 │ inherit 0x5c │ inherit 174 │ true │ OK │ # │ geneve │ 4 │ 6 │ fixed 0xc0 │ fixed 100 │ false │ OK │ # │ geneve │ 4 │ 6 │ fixed 0x88 │ fixed 103 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 4 │ other │ inherit 0xf8 │ inherit 56 │ false │ OK │ # │ geneve │ 4 │ other │ inherit 0x2c │ inherit 75 │ true │ OK │ # │ geneve │ 4 │ other │ fixed 0x0c │ fixed 255 │ false │ OK │ # │ geneve │ 4 │ other │ fixed 0x7c │ fixed 40 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 6 │ 4 │ inherit 0xd4 │ inherit 207 │ false │ OK │ # │ geneve │ 6 │ 4 │ inherit 0x38 │ inherit 231 │ true │ OK │ # │ geneve │ 6 │ 4 │ fixed 0x64 │ fixed 105 │ false │ OK │ # │ geneve │ 6 │ 4 │ fixed 0xd8 │ fixed 108 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 6 │ 6 │ inherit 0x70 │ inherit 122 │ false │ OK │ # │ geneve │ 6 │ 6 │ inherit 0xa8 │ inherit 49 │ true │ OK │ # │ geneve │ 6 │ 6 │ fixed 0xa0 │ fixed 149 │ false │ OK │ # │ geneve │ 6 │ 6 │ fixed 0xe8 │ fixed 216 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 6 │ other │ inherit 0x34 │ inherit 204 │ false │ OK │ # │ geneve │ 6 │ other │ inherit 0x94 │ inherit 43 │ true │ OK │ # │ geneve │ 6 │ other │ fixed 0x04 │ fixed 202 │ false │ OK │ # │ geneve 6 │ other │ fixed 0x04 │ fixed 85 │ true │ OK │ # └────────┴───────┴───────┴──────────────┴──────────────┴───────┴────────┘ ok 1 selftests: net: l2_tos_ttl_inherit.sh make[1]: Leaving directory '/home/virtme/testing-3/tools/testing/selftests/net' make: Leaving directory '/home/virtme/testing-3/tools/testing/selftests' xx__-> echo $? 0 xx__->