CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2021/06/25 03:25:48
Modified files: usr.sbin/bgpd : rde.c Log message: The network flush code only operates on peerself (like all the other network commands). Instead of passing the peer as argument to the tree walker just default to peerself in network_flush_upcall(). OK benno@