diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2007-01-10 14:37:10 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2007-01-10 14:37:10 +0000 |
commit | e6841f532133b218ad7ad265d692f783dec735a9 (patch) | |
tree | 9fc5f0a7b9282d8a70f3d3c4da008d8fb6a3d966 /regress/sbin/ipsecctl/ipsec53.in | |
parent | 8618a178b2ca0762b60ff88594064174745db9a3 (diff) |
allow rule if there is at least _one_ matching address family combination.
this allows 'flow from lo0 to 127.0.0.1' if lo0 has an ipv6 address.
ok itojun@, hshoexer@
Diffstat (limited to 'regress/sbin/ipsecctl/ipsec53.in')
-rw-r--r-- | regress/sbin/ipsecctl/ipsec53.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/regress/sbin/ipsecctl/ipsec53.in b/regress/sbin/ipsecctl/ipsec53.in new file mode 100644 index 00000000000..c4650d9925c --- /dev/null +++ b/regress/sbin/ipsecctl/ipsec53.in @@ -0,0 +1,2 @@ +flow from lo0 to 127.0.0.1 +flow from { 127.0.0.1, ::1 } to { ::1 } |