summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospfctl/parser.h
diff options
context:
space:
mode:
authornorby <norby@openbsd.org>2005-03-12 11:03:05 +0000
committernorby <norby@openbsd.org>2005-03-12 11:03:05 +0000
commit3735523097595f2ae9c7910298932db42ce27cd7 (patch)
treec5cc71dfd289721a7196f956a90fd3b83948f4c5 /usr.sbin/ospfctl/parser.h
parentSmall K&F. (diff)
downloadwireguard-openbsd-3735523097595f2ae9c7910298932db42ce27cd7.tar.xz
wireguard-openbsd-3735523097595f2ae9c7910298932db42ce27cd7.zip
Add "show rib" and "show rib detail" to ospfctl.
ok henning@
Diffstat (limited to 'usr.sbin/ospfctl/parser.h')
-rw-r--r--usr.sbin/ospfctl/parser.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/ospfctl/parser.h b/usr.sbin/ospfctl/parser.h
index a1dc361ee0e..3ecf6e7c33f 100644
--- a/usr.sbin/ospfctl/parser.h
+++ b/usr.sbin/ospfctl/parser.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: parser.h,v 1.2 2005/01/28 17:26:05 norby Exp $ */
+/* $OpenBSD: parser.h,v 1.3 2005/03/12 11:03:05 norby Exp $ */
/*
* Copyright (c) 2004 Esben Norby <norby@openbsd.org>
@@ -33,6 +33,8 @@ enum actions {
SHOW_NBR_DTAIL,
SHOW_DB,
SHOW_DBBYAREA,
+ SHOW_RIB,
+ SHOW_RIB_DTAIL,
RELOAD
};