diff options
Diffstat (limited to 'regress/usr.sbin/bgpd/config/bgpd.conf.2.ok')
-rw-r--r-- | regress/usr.sbin/bgpd/config/bgpd.conf.2.ok | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/regress/usr.sbin/bgpd/config/bgpd.conf.2.ok b/regress/usr.sbin/bgpd/config/bgpd.conf.2.ok new file mode 100644 index 00000000000..c8f94fff881 --- /dev/null +++ b/regress/usr.sbin/bgpd/config/bgpd.conf.2.ok @@ -0,0 +1,20 @@ +AS 1 +router-id 127.0.0.1 +socket "/var/run/bgpd.sock.0" +holdtime min 3 +fib-priority 48 + + +rde rib Adj-RIB-In no evaluate +rde rib Adj-RIB-Out no evaluate +rde rib Loc-RIB rtable 0 fib-update yes + + + +allow from any community local-as:neighbor-as +allow from any ext-community rt 1:2 +allow from any ext-community l2vid 192.0.2.1:2 +allow from any ext-community ovs valid +allow from any ext-community ovs invalid +allow from any ext-community ovs not-found +allow from any large-community local-as:neighbor-as:* |