diff options
Diffstat (limited to 'usr.sbin/ospfctl/parser.h')
| -rw-r--r-- | usr.sbin/ospfctl/parser.h | 4 |
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 }; |
