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 0xd0 │ inherit 213 │ false │ OK │ # │ gre │ 4 │ 4 │ inherit 0x80 │ inherit 96 │ true │ OK │ # │ gre │ 4 │ 4 │ fixed 0x34 │ fixed 174 │ false │ OK │ # │ gre │ 4 │ 4 │ fixed 0x64 │ fixed 213 │ true │ OK │ # ───────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 4 │ 6 │ inherit 0x18 │ inherit 131 │ false │ OK │ # │ gre │ 4 │ 6 │ inherit 0x44 │ inherit 95 │ true │ OK │ # │ gre │ 4 │ 6 │ fixed 0xc8 │ fixed 183 │ false │ OK │ # │ gre │ 4 │ 6 │ fixed 0xdc │ fixed 192 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 4 │ other │ inherit 0x20 │ inherit 46 │ false │ OK │ # │ gre │ 4 │ other │ inherit 0x90 │ inherit 222 │ true │ OK │ # │ gre │ 4 │ other │ fixed 0x70 │ fixed 135 │ false │ OK │ # │ gre │ 4 │ other │ fixed 0x64 │ fixed 155 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 6 │ 4 │ inherit 0xc0 │ inherit 60 │ false │ OK │ # │ gre │ 6 │ 4 │ inherit 0x38 │ inherit 151 │ true │ OK │ # │ gre │ 6 │ 4 │ fixed 0xfc │ fixed 15 │ false │ OK │ # │ gre │ 6 │ 4 │ fixed 0xd8 │ fixed 15 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 6 │ 6 │ inherit 0xe4 │ inherit 160 │ false │ OK │ # │ gre │ 6 │ 6 │ inherit 0xf0 │ inherit 231 │ true │ OK │ # │ gre │ 6 │ 6 │ fixed 0x68 │ fixed 109 │ false │ OK │ # │ gre │ 6 │ 6 │ fixed 0x08 │ fixed 36 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 6 │ other │ inherit 0x14 │ inherit 125 │ false │ OK │ # │ gre │ 6 │ other │ inherit 0xb4 │ inherit 74 │ true │ OK │ # │ gre │ 6 │ other │ fixed 0x80 │ fixed 2 │ false │ OK │ # │ gre │ 6 │ other │ fixed 0xf0 │ fixed 93 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼───────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 4 │ 4 │ inherit 0x38 │ inherit 124 │ false │ OK │ # │ vxlan │ 4 │ 4 │ inherit 0x14 │ inherit 69 │ true │ OK │ # │ vxlan │ 4 │ 4 │ fixed 0x50 │ fixed 252 │ false │ OK │ # │ vxlan │ 4 │ 4 │ fixed 0x88 │ fixed 124 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 4 │ 6 │ inherit 0xcc │ inherit 168 │ false │ OK │ # │ vxlan │ 4 │ 6 │ inherit 0x10 │ inherit 134 │ true │ OK │ # │ vxlan │ 4 │ 6 │ fixed 0x8c │ fixed 216 │ false │ OK │ # │ vxlan │ 4 │ 6 │ fixed 0x74 │ fixed 16 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 4 │ other │ inherit 0x78 │ inherit 189 │ false │ OK │ # │ vxlan │ 4 │ other │ inherit 0x90 │ inherit 58 │ true │ OK │ # │ vxlan │ 4 │ other │ fixed 0xe8 │ fixed 205 │ false │ OK │ # │ vxlan │ 4 │ other │ fixed 0x8c │ fixed 122 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 6 │ 4 │ inherit 0x88 │ inherit 148 │ false │ OK │ # │ vxlan │ 6 │ 4 │ inherit 0xc4 │ inherit 69 │ true │ OK │ # │ vxlan │ 6 │ 4 │ fixed 0xc0 │ fixed 200 │ false │ OK │ # │ vxlan │ 6 │ 4 │ fixed 0x70 │ fixed 20 │ true │ OK │ # ├────────┼───────┼───────┼────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 6 │ 6 │ inherit 0x88 │ inherit 87 │ false │ OK │ # │ vxlan │ 6 │ 6 │ inherit 0x8c │ inherit 181 │ true │ OK │ # │ vxlan │ 6 │ 6 │ fixed 0x9c │ fixed 140 │ false │ OK │ # │ vxlan │ 6 │ 6 │ fixed 0xf4 │ fixed 207 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼─────┼────────┤ # │ vxlan │ 6 │ other │ inherit 0x14 │ inherit 231 │ false │ OK │ # │ vxlan │ 6 │ other │ inherit 0x60 │ inherit 180 │ true │ OK │ # │ vxlan │ 6 │ other │ fixed 0x30 │ fixed 154 │ false │ OK │ # │ vxlan │ 6 │ other │ fixed 0x64 │ fixed 35 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 4 │ 4 │ inherit 0x94 │ inherit 240 │ false │ OK │ # │ geneve │ 4 │ 4 │ inherit 0x50 │ inherit 103 │ true │ OK # │ geneve │ 4 4 │ fixed 0x30 │ fixed 24 │ false │ OK │ # │ geneve │ 4 │ 4 │ fixed 0x10 │ fixed 112 │ true │ OK │ # ├────────┼───────┼───────┼────────────┼──────────────┼───────┼────────┤ # │ geneve │ 4 │ 6 │ inherit 0xb0 │ inherit 236 │ false │ OK │ # │ geneve │ 4 │ 6 inherit 0x90 │ inherit 10 │ true │ OK │ # │ geneve │ 4 │ 6 │ fixed 0xf0 │ fixed 96 │ false │ OK │ # │ geneve │ 4 │ 6 │ fixed 0x98 │ fixed 61 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 4 │ other │ inherit 0xd4 │ inherit 238 │ false OK │ # │ geneve │ 4 │ other │ inherit 0x24 │ inherit 47 │ true │ OK │ # │ geneve │ 4 │ other │ fixed 0xa8 │ fixed 133 │ false │ OK │ # │ geneve │ 4 │ other │ fixed 0x20 │ fixed 76 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼──────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 6 │ 4 │ inherit 0xdc │ inherit 128 │ false │ OK │ # │ geneve │ 6 │ 4 │ inherit 0x28 │ inherit 18 │ true OK │ # │ geneve │ 6 │ 4 │ fixed 0x70 │ fixed 55 │ false │ OK │ # │ geneve │ 6 │ 4 │ fixed 0x14 │ fixed 55 │ true │ OK │ # ├───────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 6 │ 6 │ inherit 0x38 │ inherit 92 │ false │ OK │ # │ geneve │ 6 │ 6 │ inherit 0x58 │ inherit 252 │ true │ OK │ # │ geneve │ 6 │ 6 │ fixed 0x98 │ fixed 109 │ false │ OK │ # │ geneve │ 6 │ 6 │ fixed 0x4c │ fixed 118 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 6 │ other │ inherit 0x08 │ inherit 17 │ false │ OK │ # │ geneve │ 6 │ other │ inherit 0x68 │ inherit 227 │ true │ OK │ # │ geneve │ 6 │ other │ fixed 0x7c │ fixed 223 │ false │ OK │ # │ geneve │ 6 │ other │ fixed 0xb0 │ fixed 90 │ 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__->