summaryrefslogtreecommitdiffstats
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 289e036da80..cb0a3378deb 100644
--- a/usr.sbin/bgpctl/parser.h
+++ b/usr.sbin/bgpctl/parser.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: parser.h,v 1.10 2006/01/03 22:51:14 claudio Exp $ */
+/* $OpenBSD: parser.h,v 1.11 2006/01/24 15:28:03 henning Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -24,6 +24,7 @@ enum actions {
NONE,
SHOW,
SHOW_SUMMARY,
+ SHOW_SUMMARY_TERSE,
SHOW_NEIGHBOR,
SHOW_NEIGHBOR_TIMERS,
SHOW_FIB,