diff options
author | 2015-07-21 05:45:55 +0000 | |
---|---|---|
committer | 2015-07-21 05:45:55 +0000 | |
commit | e971b041b3e11d245be1525732bedf35f58390c0 (patch) | |
tree | 8da5e65b061c5ad8dbefb8d35757d459e0658936 | |
parent | Introduce two show commands for l2vpns. (diff) | |
download | wireguard-openbsd-e971b041b3e11d245be1525732bedf35f58390c0.tar.xz wireguard-openbsd-e971b041b3e11d245be1525732bedf35f58390c0.zip |
Document the "ldpctl show discovery" command.
ok claudio@
-rw-r--r-- | usr.sbin/ldpctl/ldpctl.8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/ldpctl/ldpctl.8 b/usr.sbin/ldpctl/ldpctl.8 index 6bb01b2fb5c..4716777c3a0 100644 --- a/usr.sbin/ldpctl/ldpctl.8 +++ b/usr.sbin/ldpctl/ldpctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ldpctl.8,v 1.8 2015/07/21 05:44:50 renato Exp $ +.\" $OpenBSD: ldpctl.8,v 1.9 2015/07/21 05:45:55 renato Exp $ .\" .\" Copyright (c) 2009 Michele Marchetto <michele@openbsd.org> .\" Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org> @@ -72,6 +72,8 @@ and may be specified together. .It Cm show interfaces Show details for all interfaces. +.It Cm show discovery +Show adjacencies. .It Cm show neighbor Show neighbors. .It Cm show lib |