diff options
Diffstat (limited to 'regress/usr.sbin/bgpd/config/bgpd.conf.8.ok')
-rw-r--r-- | regress/usr.sbin/bgpd/config/bgpd.conf.8.ok | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/regress/usr.sbin/bgpd/config/bgpd.conf.8.ok b/regress/usr.sbin/bgpd/config/bgpd.conf.8.ok index 8885413c06e..455656c0afa 100644 --- a/regress/usr.sbin/bgpd/config/bgpd.conf.8.ok +++ b/regress/usr.sbin/bgpd/config/bgpd.conf.8.ok @@ -5,11 +5,27 @@ holdtime min 3 fib-priority 48 prefix-set "mynetworks" { - 192.0.2.0/24, 2001:db8:abcd::/48 + 192.0.2.0/24, 2001:db8:abcd::/56 } network prefix-set mynetworks network prefix-set mynetworks set { community 64512:3000 } +network 10.10.10.0/25 +network 10.10.10.128/25 set { community 64512:3001 } +network 2001:db8:cafe::/56 +network 2001:db8:f00d::/56 set { community 64512:3002 } +network inet static +network inet static set { community 64512:3003 } +network inet6 static +network inet6 static set { community 64512:3004 } +network inet connected +network inet connected set { community 64512:3005 } +network inet6 connected +network inet6 connected set { community 64512:3006 } +network inet rtlabel "LABEL" +network inet rtlabel "LABEL" set { community 64512:3007 } +network inet6 rtlabel "LABEL6" +network inet6 rtlabel "LABEL6" set { community 64512:3008 } rde rib Adj-RIB-In no evaluate rde rib Adj-RIB-Out no evaluate |