diff options
Diffstat (limited to 'regress/usr.sbin/bgpd/integrationtests/bgpd.pftable.rdomain1.conf')
-rw-r--r-- | regress/usr.sbin/bgpd/integrationtests/bgpd.pftable.rdomain1.conf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/regress/usr.sbin/bgpd/integrationtests/bgpd.pftable.rdomain1.conf b/regress/usr.sbin/bgpd/integrationtests/bgpd.pftable.rdomain1.conf new file mode 100644 index 00000000000..b8beec906e6 --- /dev/null +++ b/regress/usr.sbin/bgpd/integrationtests/bgpd.pftable.rdomain1.conf @@ -0,0 +1,18 @@ +AS 4200000001 +router-id 10.12.57.1 +fib-update no + +log updates + +neighbor 10.12.57.2 { + descr "RDOMAIN2_1" + remote-as 4200000002 +} +neighbor 10.12.57.3 { + descr "RDOMAIN2_2" + remote-as 4200000003 +} + + +allow from any set pftable "bgpd_integ_test" +deny to any |