Files
vpp/src/plugins
Pim van Pelt 63e76fad7e linux-cp: Fix add vs update on routes
Linux uses NLM_F_REPLACE in the netlink message to signal a FIB update
The code invariably does a FIB update for IPv4 and a addition for IPv6.
Without this fix, the following:
 ip route add 2001:db8::/48 via 2001:db8::1
 ip route replace 2001:db8::/48 via 2001:db8::2

ends up as two separate FIB entries in VPP. With the fix, there will be one FIB entry (the second one with nexthop ::2).

Type: fix
Change-Id: I8f98d6ded52ae0c60bfddaa7fc39acbbaa19d34a
Signed-off-by: Pim van Pelt <pim@ipng.nl>
(cherry picked from commit af4fa965e9)
2023-06-09 19:34:36 +00:00
..
2023-03-06 17:51:10 +00:00
2023-01-26 19:31:51 +01:00
2023-05-12 06:59:09 +00:00
2023-05-15 22:04:55 +00:00
2023-04-21 08:46:38 +00:00
2023-05-16 09:28:07 +00:00
2023-05-12 06:59:09 +00:00
2023-05-16 09:27:41 +00:00
2023-02-23 20:37:17 +00:00
2023-01-19 21:37:25 +00:00