diff options
author | 2019-06-17 13:04:44 +0000 | |
---|---|---|
committer | 2019-06-17 13:04:44 +0000 | |
commit | 67bb03298a2b8bb85ba932583e6fe23c1c8a9564 (patch) | |
tree | 161a2fae5d880637f5ab51bc4f6dee0ddfb7c2bc | |
parent | Implement elliptic curve account keys. (diff) | |
download | wireguard-openbsd-67bb03298a2b8bb85ba932583e6fe23c1c8a9564.tar.xz wireguard-openbsd-67bb03298a2b8bb85ba932583e6fe23c1c8a9564.zip |
Adjust test since the community rewrite changed order of communities in sets.
-rw-r--r-- | regress/usr.sbin/bgpd/config/bgpd.conf.11.ok | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.sbin/bgpd/config/bgpd.conf.11.ok b/regress/usr.sbin/bgpd/config/bgpd.conf.11.ok index dd46f4d38b7..7e6b1860b10 100644 --- a/regress/usr.sbin/bgpd/config/bgpd.conf.11.ok +++ b/regress/usr.sbin/bgpd/config/bgpd.conf.11.ok @@ -34,7 +34,7 @@ match from any ext-community ovs invalid match from any ext-community ovs not-found match from any ext-community rt 64496:201 ext-community soo 64496:202 match from any ext-community rt 64496:301 ext-community soo 4200000001:302 ext-community odi 127.0.0.1:303 -match from any set { ext-community delete ovs valid ext-community delete ort 0x123456789abf ext-community delete odi 127.0.0.1:6003 ext-community delete soo 4200000001:6002 ext-community delete rt 64496:6001 ext-community ovs valid ext-community ort 0x123456789abc ext-community odi 127.0.0.1:5003 ext-community soo 4200000001:5002 ext-community rt 64496:5001 } +match from any set { ext-community delete ovs valid ext-community delete odi 127.0.0.1:6003 ext-community delete soo 4200000001:6002 ext-community delete ort 0x123456789abf ext-community delete rt 64496:6001 ext-community ovs valid ext-community odi 127.0.0.1:5003 ext-community soo 4200000001:5002 ext-community ort 0x123456789abc ext-community rt 64496:5001 } match from any ext-community * * match from any ext-community rt * match from any ext-community soo * @@ -48,7 +48,7 @@ match from any ext-community rt 127.0.0.1:* match from any ext-community soo 64496:* match from any ext-community soo 4200000001:* match from any ext-community soo 127.0.0.1:* -match from any set { ext-community delete odi 127.0.0.1:* ext-community delete soo 4200000001:* ext-community delete rt 64496:* ext-community delete ort * ext-community delete mac-mob * ext-community delete ovs * ext-community delete rt * ext-community delete soo * ext-community delete odi * } +match from any set { ext-community delete odi 127.0.0.1:* ext-community delete soo 4200000001:* ext-community delete rt 64496:* ext-community delete mac-mob * ext-community delete ovs * ext-community delete rt * ext-community delete soo * ext-community delete odi * ext-community delete ort * } match from any ext-community rt 64496:local-as match from any ext-community soo 4200000001:local-as match from any ext-community odi 127.0.0.1:local-as |