make -C tools/testing/selftests TARGETS="net" TEST_PROGS=l2_tos_ttl_inheriit.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 0x40 │ inherit 60 │ false │ OK │ # │ gre │ 4 │ 4 │ inherit 0xa8 │ inherit 255 │ true │ OK │ # │ gre │ 4 │ 4 │ fixed 0xbc │ fixed 124 │ false │ OK │ # │ gre │ 4 │ 4 │ fixed 0xf8 │ fixed 164 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 4 │ 6 │ inherit 0x2c │ inherit 152 │ false │ OK │ # │ gre │ 4 │ 6 │ inherit 0x60 │ inherit 59 │ true │ OK │ # │ gre │ 4 │ 6 │ fixed 0x30 │ fixed 193 │ false │ OK │ # │ gre │ 4 │ 6 │ fixed 0x94 │ fixed 100 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼────────────┼───────┼────────┤ # │ gre │ 4 │ other │ inherit 0xb8 │ inherit 139 │ false │ OK │ # │ gre │ 4 │ other │ inherit 0x6c │ inherit 61 │ true │ OK │ # │ gre │ 4 │ other │ fixed 0xd0 │ fixed 79 │ false │ OK │ # │ gre │ 4 │ other │ fixed 0x0c │ fixed 58 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼───────┤ # │ gre │ 6 │ 4 │ inherit 0x90 │ inherit 76 │ false │ OK │ # │ gre │ 6 │ 4 │ inherit 0xa4 │ inherit 232 │ true │ OK │ # │ gre │ 6 │ 4 │ fixed 0x18 │ fixed 63 │ false │ OK │ # │ gre │ 6 │ 4 │ fixed 0x60 │ fixed 59 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 6 │ 6 │ inherit 0x80 │ inherit 82 │ false │ OK │ # │ gre │ 6 │ 6 │ inherit 0xe4 │ inherit 25 │ true │ OK │ # │ gre │ 6 │ 6 │ fixed 0xa0 │ fixed 39 │ false │ OK │ # │ gre │ 6 │ 6 │ fixed 0x54 │ fixed 103 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ gre │ 6 │ other │ inherit 0xd8 │ inherit 178 │ false │ OK │ # │ gre │ 6 │ other │ inherit 0xcc │ inherit 196 │ true │ OK │ # │ gre │ 6 │ other │ fixed 0x18 │ fixed 175 │ false │ OK │ # │ gre │ 6 │ other │ fixed 0xcc │ fixed 250 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 4 │ 4 │ inherit 0xd4 │ inherit 226 │ false │ OK │ # │ vxlan │ 4 │ 4 │ inherit 0x9c │ inherit 91 │ true │ OK │ # │ vxlan │ 4 │ 4 │ fixed 0xbc │ fixed 90 │ false │ OK │ # │ vxlan │ 4 │ 4 │ fixed 0xac │ fixed 92 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 4 │ 6 │ inherit 0x3c │ inherit 119 │ false │ OK │ # │ vxlan │ 4 │ 6 │ inherit 0x04 │ inherit 39 │ true │ OK │ # │ vxlan │ 4 │ 6 │ fixed 0x3c │ fixed 174 │ false │ OK │ # │ vxlan │ 4 │ 6 │ fixed 0xc0 │ fixed 213 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 4 │ other │ inherit 0x64 │ inherit 39 │ false │ OK │ # │ vxlan │ 4 │ other │ inherit 0x40 │ inherit 102 │ true │ OK │ # │ vxlan │ 4 │ other │ fixed 0x4c │ fixed 91 │ false │ OK │ # │ vxlan │ 4 │ other │ fixed 0x88 │ fixed 97 │ true │ OK │ # ├───────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 6 │ 4 │ inherit 0xa0 │ inherit 230 │ false │ OK │ # │ vxlan │ 6 │ 4 │ inherit 0x50 │ inherit 20 │ true │ OK │ # │ vxlan │ 6 │ 4 │ fixed 0xf4 │ fixed 93 │ false │ OK │ # │ vxlan │ 6 │ 4 │ fixed 0xb8 │ fixed 205 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 6 │ 6 │ inherit 0xe4 │ inherit 124 │ false │ OK │ # │ vxlan │ 6 │ 6 │ inherit 0xc0 │ inherit 178 │ true │ OK │ # │ vxlan │ 6 │ 6 │ fixed 0xd0 │ fixed 73 │ false │ OK │ # │ vxlan │ 6 │ 6 │ fixed 0x48 │ fixed 53 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ vxlan │ 6 │ other │ inherit 0x84 │ inherit 159 │ false │ OK │ # │ vxlan │ 6 │ other │ inherit 0xa4 │ inherit 199 │ true │ OK │ # │ vxlan │ 6 │ other │ fixed 0x0c │ fixed 157 │ false │ OK │ # │ vxlan │ 6 │ other │ fixed 0x9c │ fixed 39 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 4 │ 4 │ inherit 0x94 │ inherit 165 │ false │ OK │ # │ geneve │ 4 │ 4 │ inherit 0x04 │ inherit 178 │ true │ OK │ # │ geneve │ 4 │ 4 │ fixed 0xe8 │ fixed 243 │ false │ OK │ # │ geneve │ 4 │ 4 │ fixed 0xe8 │ fixed 239 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 4 │ 6 │ inherit 0x0c │ inherit 202 │ false │ OK │ # │ geneve │ 4 │ 6 │ inherit 0x7c │ inherit 148 │ true │ OK │ # │ geneve │ 4 │ 6 │ fixed 0x28 │ fixed 217 │ false │ OK │ # │ geneve │ 4 6 │ fixed 0xe8 │ fixed 84 │ true │ OK │ # ├────────┼───────┼─────────────────────┼──────────────┼───────┼────────┤ # │ geneve │ 4 │ other │ inherit 0x3c │ inherit 40 │ false │ OK │ # │ geneve │ 4 │ other │ inherit 0xa8 │ inherit 22 │ true │ OK │ # │ geneve │ 4 │ other │ fixed 0xd8 │ fixed 154 │ false │ OK │ # │ geneve │ 4 │ other │ fixed 0xe8 │ fixed 109 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼───────┤ # │ Type │ outer | inner │ tos │ ttl │ vlan │ result │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 6 │ 4 │ inherit 0xac │ inherit 242 │ false │ OK │ # │ geneve │ 6 │ 4 │ inherit 0x2c │ inherit 59 │ true │ OK │ # │ geneve │ 6 │ 4 │ fixed 0x5c │ fixed 26 │ false │ OK │ # │ geneve │ 6 │ 4 │ fixed 0x90 │ fixed 82 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 6 │ 6 │ inherit 0x24 │ inherit 235 │ false │ OK │ # │ geneve │ 6 │ 6 │ inherit 0x90 │ inherit 60 │ true │ OK │ # │ geneve │ 6 │ 6 │ fixed 0x80 │ fixed 212 │ false │ OK │ # │ geneve │ 6 │ 6 │ fixed 0x08 │ fixed 122 │ true │ OK │ # ├────────┼───────┼───────┼──────────────┼──────────────┼───────┼────────┤ # │ geneve │ 6 │ other │ inherit 0x98 │ inherit 74 │ false │ OK │ # │ geneve │ 6 │ other │ inherit 0x48 │ inherit 189 │ true │ OK │ # │ geneve │ 6 │ other │ fixed 0xd0 │ fixed 220 │ false │ OK │ # │ geneve │ 6 │ other │ fixed 0xbc │ fixed 207 │ 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__->