CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/03/08 05:18:46
Modified files:
usr.sbin/bgpd : rde_decide.c
Log message:
When introducing prefix_eligible() I botched up one if statement.
For nexthops it is fine if they point to NULL. This is used in local
announcements. Only if they point to a real struct the state must be
NEXTHOP_REACH.
Bug reported by and OK florian@
