CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2018/08/29 05:43:15
Modified files: usr.sbin/bgpd : util.c Log message: When checking for AS 0 make sure the full ASPATH is validated and don't return on the first 0. The other AS_ERR_SOFT cases do the same and ensure that an ASPATH with an AS_ERR_SOFT is still valid enough for subsequent manipulation or inspection. OK benno@