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-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 0xbc │ inherit 10 │ false │ OK │ # │ gre │ 4 │ 4 │ inherit 0x8c │ inherit 101 │ true │ OK │ # │ gre │ 4 │ 4 │ fixed 0x0c │ fixed 103 │ false │ OK │ # │ gre │ 4 │ 4 │ fixed 0xe4 │ fixed 140 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼───────┤ # │ gre │ 4 │ 6 │ inherit 0x20 │ inherit 244 │ false │ OK │ # │ gre │ 4 │ 6 │ inherit 0x20 │ inherit 248 │ true │ OK │ # │ gre │ 4 │ 6 │ fixed 0x8c │ fixed 100 │ false │ OK │ # │ gre │ 4 │ 6 │ fixed 0x40 │ fixed 79 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 4 │ other │ inherit 0x20 │ inherit 66 │ false │ OK │ # │ gre │ 4 │ other │ inherit 0x34 │ inherit 25 │ true │ OK │ # │ gre │ 4 │ other │ fixed 0x1c │ fixed 41 │ false │ OK │ # │ gre │ 4 │ other │ fixed 0xac │ fixed 102 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 6 │ 4 │ inherit 0x84 │ inherit 130 │ false │ OK │ # │ gre │ 6 │ 4 │ inherit 0x50 │ inherit 98 │ true │ OK │ # │ gre │ 6 │ 4 │ fixed 0x3c │ fixed 247 │ false │ OK │ # │ gre │ 6 │ 4 │ fixed 0xa0 │ fixed 252 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 6 │ 6 │ inherit 0xf8 │ inherit 213 │ false │ OK │ # │ gre │ 6 │ 6 │ inherit 0x0c │ inherit 183 │ true │ OK │ # │ gre │ 6 │ 6 │ fixed 0xb4 │ fixed 140 │ false │ OK │ # │ gre │ 6 │ 6 │ fixed 0xc4 │ fixed 205 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼─────────────┼───────┼────────┤ # │ gre │ 6 │ other │ inherit 0x58 │ inherit 127 │ false │ OK │ # │ gre │ 6 │ other │ inherit 0x0c │ inherit 157 │ true │ OK │ # │ gre │ 6 │ other │ fixed 0x68 │ fixed 215 │ false │ OK │ # │ gre │ 6 │ other │ fixed 0x4c │ fixed 108 │ true │ OK │ # ├───────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 4 │ 4 │ inherit 0xe0 │ inherit 35 │ false │ OK │ # │ vxlan │ 4 │ 4 │ inherit 0xb4 │ inherit 216 │ true │ OK │ # │ vxlan │ 4 │ 4 │ fixed 0xf0 │ fixed 89 │ false │ OK │ # │ vxlan │ 4 │ 4 │ fixed 0x08 │ fixed 140 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 4 │ 6 │ inherit 0xc0 │ inherit 67 │ false │ OK │ # │ vxlan │ 4 │ 6 │ inherit 0xbc │ inherit 185 │ true │ OK │ # │ vxlan │ 4 │ 6 │ fixed 0x8c │ fixed 217 │ false │ OK │ # │ vxlan │ 4 │ 6 │ fixed 0x3c │ fixed 44 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 4 │ other │ inherit 0x18 │ inherit 199 │ false │ OK │ # │ vxlan │ 4 │ other │ inherit 0x78 │ inherit 206 │ true │ OK │ # │ vxlan │ 4 │ other │ fixed 0xe4 │ fixed 175 │ false │ OK │ # │ vxlan │ 4 │ other │ fixed 0xcc │ fixed 129 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 6 │ 4 │ inherit 0x98 │ inherit 243 │ false │ OK │ # │ vxlan │ 6 │ 4 │ inherit 0x2c │ inherit 60 │ true │ OK │ # │ vxlan │ 6 │ 4 │ fixed 0x2c │ fixed 205 │ false │ OK │ # │ vxlan │ 6 │ 4 │ fixed 0x6c │ fixed 151 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼───────┤ # │ vxlan │ 6 │ 6 │ inherit 0x84 │ inherit 21 │ false │ OK │ # │ vxlan │ 6 │ 6 │ inherit 0x20 │ inherit 33 │ true │ OK │ # │ vxlan │ 6 │ 6 │ fixed 0xe8 │ fixed 185 │ false │ OK │ # │ vxlan │ 6 │ 6 │ fixed 0x4c │ fixed 56 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 6 │ other │ inherit 0xa0 │ inherit 175 │ false │ OK │ # │ vxlan │ 6 │ other │ inherit 0xcc │ inherit 121 true │ OK │ # │ vxlan │ 6 │ other │ fixed 0x58 │ fixed 181 │ false │ OK │ # │ vxlan │ 6 │ other │ fixed 0x0c │ fixed 84 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼────────────────────┼────────┤ # │ geneve │ 4 │ 4 │ inherit 0x20 │ inherit 242 │ false │ OK │ # │ geneve │ 4 │ 4 │ inherit 0x90 │ inherit 32 │ true │ OK │ # │ geneve │ 4 │ 4 │ fixed 0xe4 │ fixed 25 │ false │ OK │ # │ geneve │ 4 │ 4 │ fixed 0x08 │ fixed 26 │ true │ OK │ # ├────────┼───────┼───────┼───────────────────────────┼───────┼────────┤ # │ geneve │ 4 │ 6 │ inherit 0x94 │ inherit 161 │ false │ OK │ # │ geneve │ 4 │ 6 │ inherit 0xdc │ inherit 71 │ true │ OK │ # │ geneve │ 4 │ 6 │ fixed 0x60 │ fixed 26 │ false │ OK │ # │ geneve │ 4 │ 6 │ fixed 0x38 │ fixed 142 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 4 │ other │ inherit 0x60 │ inherit 120 │ false │ OK │ # │ geneve │ 4 │ other │ inherit 0x08 │ inherit 110 │ true │ OK │ # │ geneve │ 4 │ other │ fixed 0xf4 │ fixed 106 │ false │ OK │ # │ geneve │ 4 │ other │ fixed 0x48 │ fixed 228 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 6 │ 4 │ inherit 0x6c │ inherit 101 │ false │ OK │ # │ geneve │ 6 │ 4 │ inherit 0xc0 │ inherit 59 │ true │ OK │ # │ geneve │ 6 │ 4 │ fixed 0x6c │ fixed 71 │ false │ OK │ # │ geneve │ 6 │ 4 │ fixed 0x90 │ fixed 243 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 6 │ 6 │ inherit 0xf0 │ inherit 226 │ false │ OK │ # │ geneve │ 6 │ 6 │ inherit 0x48 │ inherit 98 │ true │ OK │ # │ geneve │ 6 │ 6 │ fixed 0x70 │ fixed 32 │ false │ OK │ # │ geneve │ 6 │ 6 │ fixed 0x9c │ fixed 69 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 6 │ other │ inherit 0xf0 │ inherit 241 │ false │ OK │ # │ geneve │ 6 │ other │ inherit 0x38 │ inherit 231 │ true │ OK │ # │ geneve │ 6 │ other │ fixed 0x94 │ fixed 247 │ false │ OK │ # │ geneve │ 6 │ other │ fixed 0x58 │ fixed 29 │ 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__->