CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2018/08/02 08:41:42
Modified files: usr.sbin/bgpd : rde_filter.c Log message: Split out the rule skipping logic into own function and by doing so ensure that both filter lists are treated the same way. This fixes an inconsistency with ibgp and ebgp filters as used in the example config. OK benno@ sthen@