]> git.puffer.fish Git - mirror/frr.git/commit
zebra: install dst-src routes without NHG
authorDavid Lamparter <equinox@opensourcerouting.org>
Mon, 27 Jan 2025 16:57:15 +0000 (17:57 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Tue, 28 Jan 2025 10:10:31 +0000 (11:10 +0100)
commit1d341d461e8549524f9054534fb20cec7b7c967d
treeca362ff908da1fc71385a7c25e2f7cded1171a7c
parentee67699bd7e0175057ffab4c8c30c74b6c7cc844
zebra: install dst-src routes without NHG

The Linux kernel doesn't support dst-src routes with NHGs as nexthop,
for some (rather dubious) caching reasons.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
zebra/rt_netlink.c