diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-02-24 13:55:52 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-02-24 13:55:52 +0000 |
commit | 305b10fee04deec8d850c0cf764efe5854a6a578 (patch) | |
tree | e44dbe6a7a4b397dd81f86ec9649a4e943b33cac /sbin/isakmpd/isakmpd.8 | |
parent | f6e3c6fc5330070d5fe7c3f2e2db1941e377d2d9 (diff) |
Add -N switch to select port for udpencap. Thus it's possible to run multiple
isakmpds on different ports specified with -p and -N.
ok ho@
Diffstat (limited to 'sbin/isakmpd/isakmpd.8')
-rw-r--r-- | sbin/isakmpd/isakmpd.8 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sbin/isakmpd/isakmpd.8 b/sbin/isakmpd/isakmpd.8 index e7f6987b704..680d04404fc 100644 --- a/sbin/isakmpd/isakmpd.8 +++ b/sbin/isakmpd/isakmpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isakmpd.8,v 1.65 2004/07/08 10:37:12 jmc Exp $ +.\" $OpenBSD: isakmpd.8,v 1.66 2005/02/24 13:55:51 hshoexer Exp $ .\" $EOM: isakmpd.8,v 1.23 2000/05/02 00:30:23 niklas Exp $ .\" .\" Copyright (c) 1998, 1999, 2000, 2001 Niklas Hallqvist. @@ -48,6 +48,7 @@ .Op Fl f Ar fifo .Op Fl i Ar pid-file .Op Fl n +.Op Fl N .Op Fl p Ar listen-port .Op Fl P Ar local-port .Op Fl K @@ -220,6 +221,10 @@ When the option is given, the kernel will not take part in the negotiations. This is a non-destructive mode, so to speak, in that it won't alter any SAs in the IPsec stack. +.It Fl N Ar udpencap-port +The +.Fl N +option specifies the listen port for encapsulated udp the daemon will bind to. .It Fl p Ar listen-port The .Fl p |