CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/05/27 10:32:13
Modified files:
usr.sbin/bgpd : rde.c
Log message:
Stop processing UPDATES if the peer is not up.
When the RDE issues an UPDATE NOTIFICATION because of some fatal error
like max-prefix count reached the peer is put into state PEER_ERR by
rde_update_err() and all UDPDATEs that are still queued should be dropped.
Noticed and OK deraadt@, OK job@
