CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/10/27 13:13:34
Modified files:
usr.sbin/bgpd : parse.y
Log message:
Do not allow configuration of the same neighbor multiple times. For this
the parser needs to check if the remote address is already in the RB tree.
Additionally fixup get_id to also compare the remote_masklen and fix
some memory leaks on parser failures.
Fixes a bgpd fatal on reload reported by Pascal Mathis.
OK benno@
