summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpctl/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/bgpctl/parser.h')
-rw-r--r--usr.sbin/bgpctl/parser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/bgpctl/parser.h b/usr.sbin/bgpctl/parser.h
index 043eebea9a1..289e036da80 100644
--- a/usr.sbin/bgpctl/parser.h
+++ b/usr.sbin/bgpctl/parser.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: parser.h,v 1.9 2005/06/06 17:13:56 henning Exp $ */
+/* $OpenBSD: parser.h,v 1.10 2006/01/03 22:51:14 claudio Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -28,6 +28,7 @@ enum actions {
SHOW_NEIGHBOR_TIMERS,
SHOW_FIB,
SHOW_RIB,
+ SHOW_RIB_MEM,
SHOW_NEXTHOP,
SHOW_INTERFACE,
RELOAD,