diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2018-12-04 08:06:23 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2018-12-04 08:06:23 +0000 |
commit | 4032993f605e715390429495c0a69d5374d09dba (patch) | |
tree | 814615d5581dff039646574bb92d45a340bf110a /regress/usr.sbin/bgpd | |
parent | 8e3fac22e2db0857c6d60a7946ff314d685bdfb8 (diff) |
Update bgpd result files after the community change. Forgot this bit of
the commit.
Reminded by bluhm@
Diffstat (limited to 'regress/usr.sbin/bgpd')
-rw-r--r-- | regress/usr.sbin/bgpd/config/bgpd.conf.10.ok | 16 | ||||
-rw-r--r-- | regress/usr.sbin/bgpd/config/bgpd.conf.8.ok | 18 |
2 files changed, 17 insertions, 17 deletions
diff --git a/regress/usr.sbin/bgpd/config/bgpd.conf.10.ok b/regress/usr.sbin/bgpd/config/bgpd.conf.10.ok index 640ef9e5b20..be094ccd246 100644 --- a/regress/usr.sbin/bgpd/config/bgpd.conf.10.ok +++ b/regress/usr.sbin/bgpd/config/bgpd.conf.10.ok @@ -13,7 +13,7 @@ match from any community 1234:5678 match from any community local-as:5678 match from any community neighbor-as:5678 match from any community *:5678 -match from any community 1234:local-as +match from any community 1234:local-as match from any community 1234:neighbor-as match from any community 1234:* match from any community *:* @@ -38,10 +38,10 @@ match from any large-community *:5678:* match from any large-community *:*:90 match from any large-community *:*:* match from any community 1234:1 large-community 1234:5678:1 -match from any community 1234:1 large-community 1234:5678:1 -match from any set { community local-as:neighbor-as community local-as:5678 community 1234:5678 } -match from any set { large-community 1234:15:5678 large-community local-as:15:5678 large-community local-as:15:neighbor-as } -match from any set { community delete local-as:neighbor-as community delete local-as:5678 community delete 1234:5678 } -match from any set { large-community delete 1234:15:5678 large-community delete local-as:15:5678 large-community delete local-as:15:neighbor-as } -match from any set { community delete *:5678 community delete 1234:* } -match from any set { large-community delete local-as:15:* large-community delete local-as:*:* large-community delete *:15:5678 } +match from any large-community 1234:5678:1 community 1234:1 +match from any set { community 1234:5678 community local-as:5678 community local-as:neighbor-as } +match from any set { large-community 1234:15:5678 large-community local-as:15:5678 large-community local-as:15:neighbor-as } +match from any set { community delete 1234:5678 community delete local-as:5678 community delete local-as:neighbor-as } +match from any set { large-community delete 1234:15:5678 large-community delete local-as:15:5678 large-community delete local-as:15:neighbor-as } +match from any set { community delete 1234:* community delete *:5678 } +match from any set { large-community delete *:15:5678 large-community delete local-as:15:* large-community delete local-as:*:* } diff --git a/regress/usr.sbin/bgpd/config/bgpd.conf.8.ok b/regress/usr.sbin/bgpd/config/bgpd.conf.8.ok index 455656c0afa..a429062c911 100644 --- a/regress/usr.sbin/bgpd/config/bgpd.conf.8.ok +++ b/regress/usr.sbin/bgpd/config/bgpd.conf.8.ok @@ -9,23 +9,23 @@ prefix-set "mynetworks" { } network prefix-set mynetworks -network prefix-set mynetworks set { community 64512:3000 } +network prefix-set mynetworks set { community 64512:3000 } network 10.10.10.0/25 -network 10.10.10.128/25 set { community 64512:3001 } +network 10.10.10.128/25 set { community 64512:3001 } network 2001:db8:cafe::/56 -network 2001:db8:f00d::/56 set { community 64512:3002 } +network 2001:db8:f00d::/56 set { community 64512:3002 } network inet static -network inet static set { community 64512:3003 } +network inet static set { community 64512:3003 } network inet6 static -network inet6 static set { community 64512:3004 } +network inet6 static set { community 64512:3004 } network inet connected -network inet connected set { community 64512:3005 } +network inet connected set { community 64512:3005 } network inet6 connected -network inet6 connected set { community 64512:3006 } +network inet6 connected set { community 64512:3006 } network inet rtlabel "LABEL" -network inet rtlabel "LABEL" set { community 64512:3007 } +network inet rtlabel "LABEL" set { community 64512:3007 } network inet6 rtlabel "LABEL6" -network inet6 rtlabel "LABEL6" set { community 64512:3008 } +network inet6 rtlabel "LABEL6" set { community 64512:3008 } rde rib Adj-RIB-In no evaluate rde rib Adj-RIB-Out no evaluate |