Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bgpd: Exclude case for remote prefix w/o link-local
If we expand the truth (A || B) to "(A && B) || (A && !B) || (!A && B)" so that we can isolate the case (!A && B), we then add the additional check (C) to ensure that original route actually has a link-local hext-hop Signed-off-by: Richard Cunningham <[email protected]>
- Loading branch information