summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospfctl/parser.h
diff options
context:
space:
mode:
authorclaudio <claudio@openbsd.org>2005-03-15 22:09:43 +0000
committerclaudio <claudio@openbsd.org>2005-03-15 22:09:43 +0000
commitc47b7f652168965e69fb66e25e52fdc994e474fb (patch)
treedb530442701a8d6f7f4d2908c96f3b4926520739 /usr.sbin/ospfctl/parser.h
parentAdd control messages for the show fib commands. (diff)
downloadwireguard-openbsd-c47b7f652168965e69fb66e25e52fdc994e474fb.tar.xz
wireguard-openbsd-c47b7f652168965e69fb66e25e52fdc994e474fb.zip
bgpctl parts for "show fib".
OK norby@ deraadt@
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 a8e616d1e6a..4a7bf023cbd 100644
--- a/usr.sbin/ospfctl/parser.h
+++ b/usr.sbin/ospfctl/parser.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: parser.h,v 1.4 2005/03/14 18:21:29 norby Exp $ */
+/* $OpenBSD: parser.h,v 1.5 2005/03/15 22:09:43 claudio Exp $ */
/*
* Copyright (c) 2004 Esben Norby <norby@openbsd.org>
@@ -35,6 +35,8 @@ enum actions {
SHOW_DBBYAREA,
SHOW_RIB,
SHOW_RIB_DTAIL,
+ SHOW_FIB,
+ SHOW_FIB_IFACE,
RELOAD
};