summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospfctl/parser.h
diff options
context:
space:
mode:
authornorby <norby@openbsd.org>2006-03-23 18:37:34 +0000
committernorby <norby@openbsd.org>2006-03-23 18:37:34 +0000
commit12bb42a032f143779040de9df46f46432573ad97 (patch)
tree2efa003e359836851dace2b163d20d9ba4957d77 /usr.sbin/ospfctl/parser.h
parentkill evil \r; from cedric (diff)
downloadwireguard-openbsd-12bb42a032f143779040de9df46f46432573ad97.tar.xz
wireguard-openbsd-12bb42a032f143779040de9df46f46432573ad97.zip
List interfaces they way we list neighbors etc.
This makes it much easier to grep in the output. The original format of "show interface" can be seen with "show interface detail". help and ok claudio@
Diffstat (limited to 'usr.sbin/ospfctl/parser.h')
-rw-r--r--usr.sbin/ospfctl/parser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ospfctl/parser.h b/usr.sbin/ospfctl/parser.h
index ac7dea40f42..3386d9883eb 100644
--- a/usr.sbin/ospfctl/parser.h
+++ b/usr.sbin/ospfctl/parser.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: parser.h,v 1.7 2006/03/22 15:37:44 claudio Exp $ */
+/* $OpenBSD: parser.h,v 1.8 2006/03/23 18:37:34 norby Exp $ */
/*
* Copyright (c) 2004 Esben Norby <norby@openbsd.org>
@@ -32,6 +32,7 @@ enum actions {
SHOW,
SHOW_SUM,
SHOW_IFACE,
+ SHOW_IFACE_DTAIL,
SHOW_NBR,
SHOW_NBR_DTAIL,
SHOW_DB,