Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
zebra: Prefer local routes when they are the same
Currently when a local route directly matches the connected route the connected route is preferred. Modify the code such that the local route is preferred instead. Old: L * 192.168.66.1/32 is directly connected, dummy1, 00:31:47 C>* 192.168.66.1/32 is directly connected, dummy1, 00:31:47 New: C * 192.168.66.1/32 is directly connected, dummy1, 00:00:05 L>* 192.168.66.1/32 is directly connected, dummy1, 00:00:05 Signed-off-by: Donald Sharp <[email protected]>
- Loading branch information