diff options
| author | 2005-03-12 11:03:05 +0000 | |
|---|---|---|
| committer | 2005-03-12 11:03:05 +0000 | |
| commit | 3735523097595f2ae9c7910298932db42ce27cd7 (patch) | |
| tree | c5cc71dfd289721a7196f956a90fd3b83948f4c5 /usr.sbin/ospfctl/parser.h | |
| parent | Small K&F. (diff) | |
| download | wireguard-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.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 }; |
