Skip to content
Discussion options

You must be logged in to vote

Patch at https://archives.passt.top/passt-dev/[email protected]/.

See that little linkdown in the output of ip route show? That's a RTNH_F_LINKDOWN flag, which is a state flag and makes no sense for us to copy when we copy routes, so the kernel refuses our route.

You can try out the patch like this, it should take a few seconds:

git clone git://passt.top/passt
cd passt
b4 shazam https://archives.passt.top/passt-dev/[email protected]/ # you might need to dnf install b4
make
sudo make install # or do it as root

you can cleanly remove the binaries installed with sudo make uninstall.

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@askoa
Comment options

@sbrivio-rh
Comment options

@sbrivio-rh
Comment options

@sbrivio-rh
Comment options

Answer selected by askoa
@askoa
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants