Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nl_l3::{add,del}_l3_unicast_route(): retrieve full route for dupe check
We need to pass RTM_F_FIB_MATCH as flags to RTM_GETROUTE to get the full route, else e.g. the dst will be a /32 resp. /128. Without this, the duplicate route check for filtering out FRR's temporary duplicate on-link routes won't trigger. Fixes: 96e14a8 ("nl_l3: ignore duplicated link routes from FRR") Signed-off-by: Jonas Gorski <[email protected]>
- Loading branch information