Home
last modified time | relevance | path

Searched refs:maxcomm (Results 1 – 6 of 6) sorted by relevance

/openbsd/regress/usr.sbin/bgpd/integrationtests/
H A Dmaxcomm.sh69 -v -f ${BGPDCONFIGDIR}/bgpd.maxcomm.rdomain1.conf
71 -v -f ${BGPDCONFIGDIR}/bgpd.maxcomm.rdomain2.conf
76 route -T ${RDOMAIN1} exec bgpctl sh rib | tee maxcomm.out
78 diff -u ${BGPDCONFIGDIR}/maxcomm.ok maxcomm.out
H A DMakefile4 mrt maxprefix maxprefixout maxcomm l3vpn \
42 maxcomm: target
/openbsd/usr.sbin/bgpd/
H A Drde_filter.c254 if (f->match.maxcomm != 0) { in rde_filter_match()
255 if (f->match.maxcomm > in rde_filter_match()
H A Dprintconf.c1134 if (r->match.maxcomm != 0) in print_rule()
1135 printf("max-communities %d ", r->match.maxcomm - 1); in print_rule()
H A Dbgpd.h1198 int maxcomm; member
H A Dparse.y2839 if (fmopts.m.maxcomm != 0) {
2848 fmopts.m.maxcomm = $2 + 1;