CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2011/05/01 06:56:04
Modified files: usr.sbin/bgpd : bgpd.h kroute.c parse.y rde_filter.c Log message: On reload the filtersets attached to a network need to be moved to the existing network element. First free the old filterset and then move the new on top of it. This solves the reload issue with changing network statements. OK henning@