blob: c349315ec0e4828df3f06b437d903bd1e140d8ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $OpenBSD: bgpd.conf.2.in,v 1.1 2018/09/07 08:38:35 claudio Exp $
# Test various community related filter parsing
AS 1
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:*
|