CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2018/11/28 01:32:27
Modified files: usr.sbin/bgpd : bgpd.h control.c parse.y printconf.c rde.c rde.h rde_attr.c rde_filter.c rde_update.c Log message: Start reworking community handling. Merge standard communities and large communities into one filter_community struct and allow it that more then one community can be used in filter rules (currently up to 3). Also rework the code handling bgpctl show rib commands. The special IMSG types for the various filters are gone and the code is in general simpler. OK job@, phessler@