]> git.puffer.fish Git - mirror/frr.git/commit
tests: pbr is not working properly on arm 4.9 kernels 6657/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 30 Jun 2020 19:10:20 +0000 (15:10 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 30 Jun 2020 19:10:20 +0000 (15:10 -0400)
commit272ed0af326e5432787d715b7e6f57063f30225e
treecc019ed425499de4038a2bfc9605442ae48e1bda
parent87b42ba8c39aede02817b2e490620ceb924265ac
tests: pbr is not working properly on arm 4.9 kernels

Just disable pbr tests on anything less than 4.10.

This has to do with the fact that the arm platform
is not allowing us to install a route into a
non default table using a interface associated
with a vrf.

ip route add default 4.5.6.7 via swp39 table 10000

When swp39 is in a vrf other than default

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
tests/topotests/pbr-topo1/test_pbr_topo1.py