CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2023/01/31 10:14:27
Modified files: usr.sbin/bgpd : rtr_proto.c Log message: Not only reset the connection when a fatal error is received (or sent) but also reset the cache and start totally fresh. The RFC is exceptionally vague about error handling but in most cases the cache state is enough off after an error that a fresh restart makes most sense. With and OK job@