diff options
Diffstat (limited to 'regress/usr.sbin/bgpd/integrationtests/bgpd.op.client.conf')
-rw-r--r-- | regress/usr.sbin/bgpd/integrationtests/bgpd.op.client.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/regress/usr.sbin/bgpd/integrationtests/bgpd.op.client.conf b/regress/usr.sbin/bgpd/integrationtests/bgpd.op.client.conf new file mode 100644 index 00000000000..35a6b3182c3 --- /dev/null +++ b/regress/usr.sbin/bgpd/integrationtests/bgpd.op.client.conf @@ -0,0 +1,20 @@ +AS 4200000002 + +IP=10.12.57.$NUM + +router-id $IP +listen on $IP +fib-update no + +socket $SOCK + +neighbor 10.12.57.254 { + remote-as 4200000001 + local-address $IP + descr "MASTER" + + announce policy $POLICY +} + +allow from any +allow to any |