diff options
author | Esben Norby <norby@cvs.openbsd.org> | 2005-05-12 19:10:13 +0000 |
---|---|---|
committer | Esben Norby <norby@cvs.openbsd.org> | 2005-05-12 19:10:13 +0000 |
commit | 87af8df0cfa319a592cd86ee0f15a509f7f68f4e (patch) | |
tree | 87e7d594ec73db7e00fb2c6f56e1a330fc16f031 /usr.sbin/ospfd/ospfd.h | |
parent | 0d2ea09ba3d08079bffd80802508fce862db44e6 (diff) |
Add "show database asbr/external/network/router/self-originate/summary"
to ospfctl.
Show detailed information about the LSAs in the Link State Database.
ok claudio@
Diffstat (limited to 'usr.sbin/ospfd/ospfd.h')
-rw-r--r-- | usr.sbin/ospfd/ospfd.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/usr.sbin/ospfd/ospfd.h b/usr.sbin/ospfd/ospfd.h index 62d366660cc..e1ceb4df09b 100644 --- a/usr.sbin/ospfd/ospfd.h +++ b/usr.sbin/ospfd/ospfd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ospfd.h,v 1.28 2005/05/12 08:55:39 claudio Exp $ */ +/* $OpenBSD: ospfd.h,v 1.29 2005/05/12 19:10:12 norby Exp $ */ /* * Copyright (c) 2004 Esben Norby <norby@openbsd.org> @@ -99,6 +99,12 @@ enum imsg_type { IMSG_CTL_RELOAD, IMSG_CTL_SHOW_INTERFACE, IMSG_CTL_SHOW_DATABASE, + IMSG_CTL_SHOW_DB_EXT, + IMSG_CTL_SHOW_DB_NET, + IMSG_CTL_SHOW_DB_RTR, + IMSG_CTL_SHOW_DB_SELF, + IMSG_CTL_SHOW_DB_SUM, + IMSG_CTL_SHOW_DB_ASBR, IMSG_CTL_SHOW_NBR, IMSG_CTL_SHOW_RIB, IMSG_CTL_SHOW_SUM, |