CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2018/09/26 09:01:36
Modified files: usr.sbin/bgpd : rde_filter.c Log message: Switching bgpd to a default deny policy had one bad side-effect. Some withdraw were suddenly filtered out because the filter ran into the default deny. So for this case (state == NULL) change action to default allow. This bug was haunting bgpd for a while now causing prefixes to be stuck for no obvious reason. OK benno@, sthen@