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 0x48 │ inherit 7 │ false │ OK │ # │ gre │ 4 │ 4 │ inherit 0xd4 │ inherit 66 │ true │ OK │ # │ gre │ 4 │ 4 │ fixed 0xac │ fixed 66 │ false │ OK │ # │ gre │ 4 │ 4 │ fixed 0xb8 │ fixed 67 │ true │ OK │ # ├────────┼───────┼──────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 4 │ 6 │ inherit 0xfc │ inherit 99 │ false │ OK │ # │ gre │ 4 │ 6 │ inherit 0x8c │ inherit 104 │ true │ OK │ # │ gre │ 4 │ 6 │ fixed 0x20 │ fixed 96 │ false │ OK │ # │ gre │ 4 │ 6 │ fixed 0x9c │ fixed 172 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 4 │ other │ inherit 0xf4 │ inherit 218 │ false │ OK │ # │ gre │ 4 │ other │ inherit 0xb4 │ inherit 62 │ true │ OK │ # │ gre │ 4 │ other │ fixed 0xf0 │ fixed 200 │ false │ OK │ # │ gre │ 4 │ other │ fixed 0x84 │ fixed 111 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 6 │ 4 │ inherit 0xdc │ inherit 200 │ false │ OK │ # │ gre │ 6 │ 4 │ inherit 0xe8 │ inherit 5 │ true │ OK │ # │ gre │ 6 │ 4 │ fixed 0x50 │ fixed 150 │ false │ OK │ # │ gre │ 6 │ 4 │ fixed 0xbc │ fixed 215 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 6 │ 6 │ inherit 0xfc │ inherit 180 │ false │ OK │ # │ gre │ 6 │ 6 │ inherit 0x50 │ inherit 213 │ true │ OK │ # │ gre │ 6 │ 6 │ fixed 0x44 │ fixed 86 │ false │ OK │ # │ gre │ 6 │ 6 │ fixed 0xbc │ fixed 36 │ true │ OK │ # ├────────┼─────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 6 │ other │ inherit 0xb8 │ inherit 9 │ false │ OK │ # │ gre │ 6 │ other │ inherit 0xf0 │ inherit 89 │ true │ OK │ # │ gre │ 6 │ other │ fixed 0x40 │ fixed 83 │ false │ OK │ # │ gre │ 6 │ other │ fixed 0x0c │ fixed 96 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 4 │ 4 │ inherit 0x44 │ inherit 229 │ false │ OK │ # │ vxlan │ 4 │ 4 │ inherit 0x30 │ inherit 191 │ true │ OK │ # │ vxlan │ 4 │ 4 │ fixed 0xd4 │ fixed 57 │ false │ OK │ # │ vxlan │ 4 │ 4 │ fixed 0x8c │ fixed 201 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 4 │ 6 │ inherit 0xd0 │ inherit 216 │ false │ OK │ # │ vxlan │ 4 │ 6 │ inherit 0x30 │ inherit 80 │ true │ OK │ # │ vxlan │ 4 │ 6 │ fixed 0x6c │ fixed 160 │ false │ OK │ # │ vxlan │ 4 │ 6 │ fixed 0xe0 │ fixed 158 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 4 │ other │ inherit 0xac │ inherit 32 │ false │ OK │ # │ vxlan │ 4 │ other │ inherit 0x44 │ inherit 107 │ true │ OK │ # │ vxlan │ 4 │ other │ fixed 0x20 │ fixed 113 │ false │ OK │ # │ vxlan │ 4 │ other │ fixed 0x74 │ fixed 48 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 6 │ 4 │ inherit 0x68 │ inherit 188 │ false │ OK │ # │ vxlan │ 6 │ 4 │ inherit 0x1c │ inherit 180 │ true │ OK │ # │ vxlan │ 6 │ 4 │ fixed 0xf4 │ fixed 226 │ false │ OK │ # │ vxlan │ 6 │ 4 │ fixed 0x04 │ fixed 159 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 6 │ 6 │ inherit 0xd0 │ inherit 238 │ false │ OK │ # │ vxlan │ 6 │ 6 │ inherit 0x24 │ inherit 161 │ true │ OK │ # │ vxlan │ 6 │ 6 │ fixed 0x34 │ fixed 1 │ false │ OK │ # │ vxlan │ 6 │ 6 │ fixed 0x34 │ fixed 243 │ true │ OK │ # ├───────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 6 │ other │ inherit 0xb0 │ inherit 200 │ false │ OK │ # │ vxlan │ 6 │ other │ inherit 0x5c │ inherit 14 │ true │ OK │ # │ vxlan │ 6 │ other │ fixed 0xe8 │ fixed 245 │ false │ OK │ # │ vxlan │ 6 │ other │ fixed 0xb8 │ fixed 226 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 4 │ 4 │ inherit 0x48 │ inherit 139 │ false │ OK │ # │ geneve │ 4 │ 4 │ inherit 0x24 │ inherit 22 │ true │ OK │ # │ geneve │ 4 │ 4 │ fixed 0x94 │ fixed 33 │ false │ OK │ # │ geneve │ 4 │ 4 │ fixed 0x7c │ fixed 189 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 4 │ 6 │ inherit 0x40 │ inherit 229 │ false │ OK │ # │ geneve │ 4 │ 6 │ inherit 0xd0 │ inherit 89 │ true │ OK │ # │ geneve │ 4 │ 6 │ fixed 0x14 │ fixed 35 │ false │ OK │ # │ geneve │ 4 │ 6 │ fixed 0xa8 │ fixed 158 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 4 │ other │ inherit 0xb0 │ inherit 252 │ false │ OK │ # │ geneve │ 4 │ other │ inherit 0xb0 │ inherit 185 │ true │ OK │ # │ geneve │ 4 │ other │ fixed 0xec │ fixed 129 │ false │ OK │ # │ geneve │ 4 │ other │ fixed 0xd0 │ fixed 102 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼──────── # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 6 │ 4 │ inherit 0x90 │ inherit 72 │ false │ OK │ # │ geneve │ 6 │ 4 │ inherit 0xdc │ inherit 58 │ true │ OK │ # │ geneve │ 6 │ 4 │ fixed 0x50 │ fixed 114 │ false │ OK │ # │ geneve │ 6 │ 4 │ fixed 0x5c │ fixed 90 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 6 │ 6 │ inherit 0xe8 │ inherit 76 │ false │ OK │ # │ geneve │ 6 │ 6 │ inherit 0x38 │ inherit 131 │ true │ OK │ # │ geneve │ 6 │ 6 │ fixed 0x2c │ fixed 65 │ false │ OK │ # │ geneve │ 6 │ 6 │ fixed 0xb8 │ fixed 226 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼───────┤ # │ geneve 6 │ other │ inherit 0x44 │ inherit 166 │ false │ OK │ # │ geneve │ 6 │ other │ inherit 0x54 │ inherit 217 │ true │ OK │ # │ geneve │ 6 │ other │ fixed 0x80 │ fixed 25 │ false │ OK │ # │ geneve │ 6 │ other │ fixed 0x90 │ fixed 100 │ 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__->