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/Makefile | |
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/Makefile')
-rw-r--r-- | regress/sbin/ipsecctl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sbin/ipsecctl/Makefile b/regress/sbin/ipsecctl/Makefile index bd1357bd148..628d0a52005 100644 --- a/regress/sbin/ipsecctl/Makefile +++ b/regress/sbin/ipsecctl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.45 2007/01/04 21:31:21 markus Exp $ +# $OpenBSD: Makefile,v 1.46 2007/01/10 14:37:09 markus Exp $ # you can update the *.ok files with: make -i | patch # TARGETS @@ -10,7 +10,7 @@ IPSECTESTS=1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 IPSECTESTS+=25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 -IPSECTESTS+=51 52 +IPSECTESTS+=51 52 53 TCPMD5TESTS=1 2 3 SATESTS=1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 SAFAIL=1 2 |