On Fri, 24 Jul 2026 06:41:43 -0700 Jakub Kicinski wrote: > Please push the latest patches out to GH so that we can point our CI > at them and validate the selftest.
Done. The iproute2 companion -- which is what the selftests need to exercise the new port -- is on GitHub here: https://github.com/jack4it/iproute2-next/tree/vxlan-fdb-port That branch is the posted v2 series on top of iproute2-next: the NHA_DST_PORT uapi sync plus the `ip nexthop ... dst_port N` keyword. Both test_vxlan_nh.sh and the fdb cases in fib_nexthops.sh gate on "ip nexthop help | grep dst_port", so once that ip is installed they run the port path instead of taking the SKIP. The kernel side is the v5 series already in patchwork (series 1133589); I can push it to a branch as well if that's easier for the runner to pick up. Thanks, Jack

