diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-07-06 22:04:44 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-07-06 22:04:44 +0000 |
commit | e1dd49a1a9d3b2469f5443f276fb7a8147244c04 (patch) | |
tree | 66db0c1e7d8ecf2690f0f784b356f7f971b658d7 | |
parent | ccf879dbe85ed862e28ee9dd44f55427a75e865e (diff) |
update regress for non-crypto flow 'type use' case
-rw-r--r-- | regress/sbin/ipsecctl/ipsec14.ok | 2 | ||||
-rw-r--r-- | regress/sbin/ipsecctl/ipsec35.ok | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/regress/sbin/ipsecctl/ipsec14.ok b/regress/sbin/ipsecctl/ipsec14.ok index 4f54ba0b88b..a3b8b2c2ce9 100644 --- a/regress/sbin/ipsecctl/ipsec14.ok +++ b/regress/sbin/ipsecctl/ipsec14.ok @@ -1 +1 @@ -flow ipip out from 0.0.0.0/0 to 192.168.11.0/24 peer 10.0.0.2 type require +flow ipip out from 0.0.0.0/0 to 192.168.11.0/24 peer 10.0.0.2 type use diff --git a/regress/sbin/ipsecctl/ipsec35.ok b/regress/sbin/ipsecctl/ipsec35.ok index a95fc504494..c0f95d13fb1 100644 --- a/regress/sbin/ipsecctl/ipsec35.ok +++ b/regress/sbin/ipsecctl/ipsec35.ok @@ -1 +1 @@ -flow ipip out from :: to 3ffe:2::/24 peer 3ffe::1 type require +flow ipip out from :: to 3ffe:2::/24 peer 3ffe::1 type use |