CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/12/19 08:26:42
Modified files:
usr.sbin/bgpd : bgpd.h parse.y printconf.c rde.c rde.h
rde_attr.c rde_filter.c rde_update.c
Log message:
Fold ext-communities into filter_community so that bgpd can match
multiple ext-communities at the same time as well. Additionally this fixes
parsing some of the ext-community types. Now all communities are handled
by one common struct.
OK benno@ plus some input from denis@
