diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2009-11-02 20:35:21 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2009-11-02 20:35:21 +0000 |
commit | c2fb2e6439d9d6ad1aafc59781609220efc3b197 (patch) | |
tree | 37bfc364e0e78477580dd72733b8e49a7cbc837b /usr.sbin/ldpctl/ldpctl.8 | |
parent | fc9e841952912943ca6495d7885058e4408462b0 (diff) |
Implement "log verbose" and "log brief" to enable or disable verbose debug
logging. henning, sthen, michele like the idea
Diffstat (limited to 'usr.sbin/ldpctl/ldpctl.8')
-rw-r--r-- | usr.sbin/ldpctl/ldpctl.8 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.sbin/ldpctl/ldpctl.8 b/usr.sbin/ldpctl/ldpctl.8 index 8be245cf672..2ee3db89bcd 100644 --- a/usr.sbin/ldpctl/ldpctl.8 +++ b/usr.sbin/ldpctl/ldpctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ldpctl.8,v 1.2 2009/10/27 16:22:15 sobrado Exp $ +.\" $OpenBSD: ldpctl.8,v 1.3 2009/11/02 20:35:20 claudio Exp $ .\" .\" Copyright (c) 2009 Michele Marchetto <michele@openbsd.org> .\" Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org> @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: October 27 2009 $ +.Dd $Mdocdate: November 2 2009 $ .Dt LDPCTL 8 .Os .Sh NAME @@ -40,6 +40,10 @@ the kernel routing table. .It Cm lfib decouple Remove the learned routes from the Label Forwarding Information Base a.k.a. the kernel routing table. +.It Cm log verbose +Enable verbose debug logging. +.It Cm log brief +Disable verbose debug logging. .It Cm show lfib Op Ar destination | filter Show the Label Forwarding Information Base. .Ar destination |