X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/8d900b122a8d29e30e42cc226e405741f962bcb7..bb40243c71b99c8bbb08deb95c68b7af9b7bb0d4:/Docs/l2tpns.8?ds=sidebyside

diff --git a/Docs/l2tpns.8 b/Docs/l2tpns.8
index 33615c7..3f949e4 100644
--- a/Docs/l2tpns.8
+++ b/Docs/l2tpns.8
@@ -2,7 +2,7 @@
 .de Id
 .ds Dt \\$4 \\$5
 ..
-.Id $Id: l2tpns.8,v 1.2 2004/11/18 15:55:58 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)
@@ -16,7 +16,8 @@ l2tpns \- Layer 2 tunneling protocol network server (LNS)
 .IR hostname ]
 .SH DESCRIPTION
 .B l2tpns
-is a daemon for terminating layer 2 tunneling protocol (L2TP: RFC 2661) sessions.
+is a daemon for terminating layer 2 tunneling protocol (L2TP: RFC
+2661) sessions.
 .PP
 Once running,
 .B l2tpns
@@ -49,6 +50,18 @@ IP address pool configuration.
 .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)