xref: /openbsd-src/regress/usr.sbin/bgpd/integrationtests/bgpd.network_statement.rdomain2.conf (revision bce34f00d9157e721bc1bc31c1e9f260297e54f9)
1AS 4200000002
2router-id 10.12.57.2
3fib-update no
4
5log updates
6
7prefix-set mynetworks {
8	10.12.62.0/24
9}
10
11network prefix-set mynetworks
12network inet static
13network inet connected
14network inet rtlabel PAIR2RTABLE
15network inet priority 55
16
17neighbor 10.12.57.1 {
18	descr		"RDOMAIN1"
19	remote-as	4200000001
20}
21
22deny from any
23deny to any
24
25allow to any
26