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 0x9c │ inherit 230 │ false │ OK │ # │ gre │ 4 │ 4 │ inherit 0x30 │ inherit 236 │ true │ OK │ # │ gre │ 4 │ 4 │ fixed 0xcc │ fixed 166 │ false │ OK │ # │ gre │ 4 │ 4 │ fixed 0xc8 │ fixed 156 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 4 │ 6 │ inherit 0xfc │ inherit 60 │ false │ OK │ # │ gre │ 4 │ 6 │ inherit 0x48 │ inherit 141 │ true │ OK │ # │ gre │ 4 │ 6 │ fixed 0x94 │ fixed 103 │ false OK │ # │ gre │ 4 │ 6 │ fixed 0x2c │ fixed 119 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 4 │ other │ inherit 0x54 │ inherit 103 │ false │ OK │ # │ gre │ 4 │ other │ inherit 0x90 │ inherit 255 │ true │ OK │ # │ gre │ 4 │ other │ fixed 0xf0 │ fixed 172 │ false │ OK │ # │ gre │ 4 │ other │ fixed 0x4c │ fixed 128 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 6 │ 4 │ inherit 0xf8 │ inherit 19 │ false │ OK │ # │ gre │ 6 │ 4 │ inherit 0xfc │ inherit 120 │ true │ OK │ # │ gre │ 6 │ 4 │ fixed 0xe4 │ fixed 69 │ false │ OK │ # │ gre │ 6 │ 4 │ fixed 0x9c │ fixed 205 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 6 │ 6 │ inherit 0x84 │ inherit 240 │ false │ OK │ # │ gre │ 6 │ 6 │ inherit 0x38 │ inherit 134 │ true │ OK │ # │ gre │ 6 │ 6 │ fixed 0x98 │ fixed 235 │ false │ OK │ # │ gre │ 6 │ 6 │ fixed 0xc8 │ fixed 231 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 6 │ other │ inherit 0x54 │ inherit 211 │ false │ OK │ # │ gre │ 6 │ other │ inherit 0x38 │ inherit 195 │ true │ OK │ # │ gre │ 6 │ other │ fixed 0xf8 │ fixed 224 │ false │ OK │ # │ gre │ 6 │ other │ fixed 0x4c │ fixed 23 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 4 │ 4 │ inherit 0x64 │ inherit 103 │ false │ OK │ # │ vxlan │ 4 │ 4 │ inherit 0x90 │ inherit 187 │ true │ OK │ # │ vxlan │ 4 │ 4 │ fixed 0x98 │ fixed 200 │ false │ OK │ # │ vxlan │ 4 │ 4 │ fixed 0x60 │ fixed 156 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 4 │ 6 │ inherit 0xcc │ inherit 80 │ false │ OK │ # │ vxlan │ 4 │ 6 │ inherit 0xa0 │ inherit 21 │ true │ OK │ # │ vxlan │ 4 │ 6 │ fixed 0xb0 │ fixed 236 │ false │ OK │ # │ vxlan │ 4 │ 6 │ fixed 0x74 │ fixed 120 │ true │ OK │ # ├───────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 4 │ other │ inherit 0xf4 │ inherit 113 │ false │ OK │ # │ vxlan │ 4 │ other │ inherit 0x90 │ inherit 244 │ true │ OK │ # │ vxlan │ 4 │ other │ fixed 0xd4 │ fixed 97 │ false │ OK │ # │ vxlan │ 4 │ other │ fixed 0xc4 │ fixed 172 │ true │ OK │ # ├────────┼─────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 6 │ 4 │ inherit 0xe8 │ inherit 190 │ false │ OK │ # │ vxlan │ 6 │ 4 │ inherit 0xd8 │ inherit 129 │ true │ OK │ # │ vxlan │ 6 │ 4 │ fixed 0x50 │ fixed 28 │ false │ OK │ # │ vxlan │ 6 │ 4 │ fixed 0xa4 │ fixed 231 │ true │ OK │ # ├────────┼───────┼──────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 6 │ 6 │ inherit 0x58 │ inherit 177 │ false │ OK │ # │ vxlan │ 6 │ 6 │ inherit 0xf4 │ inherit 149 │ true │ OK │ # │ vxlan │ 6 │ 6 │ fixed 0x08 │ fixed 160 │ false │ OK │ # │ vxlan │ 6 │ 6 │ fixed 0x30 │ fixed 209 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 6 │ other │ inherit 0x20 │ inherit 143 │ false │ OK │ # │ vxlan │ 6 │ other │ inherit 0xd8 │ inherit 140 │ true │ OK │ # │ vxlan │ 6 │ other │ fixed 0x4c │ fixed 49 │ false │ OK │ # │ vxlan │ 6 │ other │ fixed 0xd0 │ fixed 213 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 4 │ 4 │ inherit 0x9c │ inherit 231 │ false │ OK │ # │ geneve │ 4 │ 4 │ inherit 0x98 │ inherit 41 │ true │ OK │ # │ geneve │ 4 │ 4 │ fixed 0x74 │ fixed 70 │ false │ OK │ # │ geneve │ 4 │ 4 │ fixed 0x80 │ fixed 204 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 4 │ 6 │ inherit 0x6c │ inherit 244 │ false │ OK │ # │ geneve │ 4 │ 6 │ inherit 0x88 │ inherit 108 │ true │ OK │ # │ geneve │ 4 │ 6 │ fixed 0x88 │ fixed 165 │ false │ OK │ # │ geneve │ 4 │ 6 │ fixed 0x8c │ fixed 129 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 4 │ other │ inherit 0x04 │ inherit 248 │ false │ OK │ # │ geneve │ 4 │ other │ inherit 0x18 │ inherit 26 │ true │ OK │ # │ geneve │ 4 │ other │ fixed 0xc0 │ fixed 248 │ false │ OK │ # │ geneve │ 4 │ other │ fixed 0xf0 │ fixed 90 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 6 │ 4 │ inherit 0xd0 │ inherit 241 │ false │ OK │ # │ geneve │ 6 │ 4 │ inherit 0xd8 │ inherit 155 │ true │ OK │ # │ geneve │ 6 │ 4 │ fixed 0x60 │ fixed 55 │ false │ OK │ # │ geneve │ 6 │ 4 │ fixed 0x70 │ fixed 31 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 6 │ 6 │ inherit 0x28 │ inherit 143 │ false │ OK │ # │ geneve │ 6 │ 6 │ inherit 0x78 │ inherit 61 │ true │ OK │ # │ geneve │ 6 │ 6 │ fixed 0x10 │ fixed 169 │ false │ OK │ # │ geneve │ 6 │ 6 │ fixed 0x54 │ fixed 34 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 6 │ other │ inherit 0x58 │ inherit 232 │ false │ OK │ # │ geneve │ 6 │ other │ inherit 0x6c │ inherit 155 │ true │ OK │ # │ geneve │ 6 │ other │ fixed 0x5c │ fixed 76 │ false │ OK │ # │ geneve │ 6 │ other │ fixed 0x70 │ 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__->