summaryrefslogtreecommitdiff
path: root/regress/usr.sbin/bgpd/config/bgpd.conf.12.in
blob: 70640b3cd9ded707c18ec76b54520102399c956f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $OpenBSD: bgpd.conf.12.in,v 1.1 2019/02/27 04:11:40 claudio Exp $
# Test export statements

AS 1

neighbor 127.0.0.2 {
	remote-as 2
	export none
}

neighbor 127.0.0.3 {
	remote-as 3
	export default-route
}

neighbor 127.0.0.4 {
	remote-as 4
}