diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2009-01-28 18:07:20 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2009-01-28 18:07:20 +0000 |
commit | cba1f56c98b7e77645cc402548b86d10a80efa19 (patch) | |
tree | 0dd27d582eb4ec08639f7b5d8dc4251c9fd51336 /regress/sbin/ipsecctl/ike62.in | |
parent | 942fea019b9ed49b2dae173707a5ca9c3640c60e (diff) |
Allow to specify ike and flow explicitly without peer. The any
keyword as argument for the peer parameter will do that. An ike
without peer creates the peer-default config. A flow without peer
acquires a host-to-host SA.
tested by grunk@, todd@, ok grunk@, hshoexer@, todd@
Diffstat (limited to 'regress/sbin/ipsecctl/ike62.in')
-rw-r--r-- | regress/sbin/ipsecctl/ike62.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/regress/sbin/ipsecctl/ike62.in b/regress/sbin/ipsecctl/ike62.in new file mode 100644 index 00000000000..a255d588bb0 --- /dev/null +++ b/regress/sbin/ipsecctl/ike62.in @@ -0,0 +1,3 @@ +ike from 1.1.1.1 to 2.2.2.2 +ike from 3.3.3.3 to 4.4.4.4 peer any +ike from 5.5.5.5 to 6.6.6.6 peer 9.9.9.9 |