blob: 978146816e86b3d7d1329962d5b1d801a623bb3c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $OpenBSD: bgpd.conf.2.in,v 1.1 2017/10/05 08:19:24 phessler 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:*
|