projects
/
l2tpns.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
5282d5c
)
clarify usage of shutdown signals
author
Brendan O'Dea
<bod@optus.net>
Sun, 12 Jun 2005 06:09:35 +0000
(06:09 +0000)
committer
Brendan O'Dea
<bod@optus.net>
Sun, 12 Jun 2005 06:09:35 +0000
(06:09 +0000)
Docs/l2tpns.8
patch
|
blob
|
history
Docs/manual.html
patch
|
blob
|
history
diff --git
a/Docs/l2tpns.8
b/Docs/l2tpns.8
index
c96ea96
..
3f949e4
100644
(file)
--- a/
Docs/l2tpns.8
+++ b/
Docs/l2tpns.8
@@
-2,7
+2,7
@@
.de Id
.ds Dt \\$4 \\$5
..
.de Id
.ds Dt \\$4 \\$5
..
-.Id $Id: l2tpns.8,v 1.
3 2004-11-19 07:46:52
bodea Exp $
+.Id $Id: l2tpns.8,v 1.
4 2005-06-12 06:09:35
bodea Exp $
.TH L2TPNS 8 "\*(Dt" L2TPNS "System Management Commands"
.SH NAME
l2tpns \- Layer 2 tunneling protocol network server (LNS)
.TH L2TPNS 8 "\*(Dt" L2TPNS "System Management Commands"
.SH NAME
l2tpns \- Layer 2 tunneling protocol network server (LNS)
@@
-50,6
+50,18
@@
IP address pool configuration.
.TP
.I /etc/l2tpns/users
Username/password configuration for access to admin interface.
.TP
.I /etc/l2tpns/users
Username/password configuration for access to admin interface.
+.SH SIGNALS
+.TP
+.B SIGHUP
+Reload the config from disk and re-open log file.
+.TP
+.BR SIGTERM ", " SIGINT
+Stop process. Tunnels and sessions are not terminated. This signal
+should be used to stop l2tpns on a cluster node where there are other
+machines to continue handling traffic.
+.TP
+.B SIGQUIT
+Shut down tunnels and sessions, exit process when complete.
.SH SEE ALSO
.BR startup-config (5),
.BR nsctl (8)
.SH SEE ALSO
.BR startup-config (5),
.BR nsctl (8)
diff --git
a/Docs/manual.html
b/Docs/manual.html
index
ff7f0b3
..
1395e3a
100644
(file)
--- a/
Docs/manual.html
+++ b/
Docs/manual.html
@@
-702,7
+702,8
@@
The signals understood are:
terminated. This signal should be used to stop l2tpns on a
<A HREF="#Clustering">cluster node</A> where there are other machines to
continue handling traffic.</DD>
terminated. This signal should be used to stop l2tpns on a
<A HREF="#Clustering">cluster node</A> where there are other machines to
continue handling traffic.</DD>
-<DT>SIGQUIT</DT><DD>Shut down: closes sessions and tunnels.</DD>
+<DT>SIGQUIT</DT><DD>Shut down tunnels and sessions, exit process when
+complete.</DD>
</DL>
<H2 ID="Throttling">Throttling</H2>
</DL>
<H2 ID="Throttling">Throttling</H2>