diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2005-03-15 22:03:57 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2005-03-15 22:03:57 +0000 |
commit | 6c43ce0a87e4135c87e825ee6010fe73e1fedd90 (patch) | |
tree | d561d6a23be0181530a8c904582f0273ec618e1e /usr.sbin/ospfd/ospfd.h | |
parent | ca2b4fe95174a634c722406dcf18371f0e4c4f2b (diff) |
Add control messages for the show fib commands.
OK norby@ deraadt@
Diffstat (limited to 'usr.sbin/ospfd/ospfd.h')
-rw-r--r-- | usr.sbin/ospfd/ospfd.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/ospfd/ospfd.h b/usr.sbin/ospfd/ospfd.h index 3a2773fbeb1..e8d6ee337c8 100644 --- a/usr.sbin/ospfd/ospfd.h +++ b/usr.sbin/ospfd/ospfd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ospfd.h,v 1.15 2005/03/14 18:21:29 norby Exp $ */ +/* $OpenBSD: ospfd.h,v 1.16 2005/03/15 22:03:56 claudio Exp $ */ /* * Copyright (c) 2004 Esben Norby <norby@openbsd.org> @@ -97,6 +97,9 @@ enum imsg_type { IMSG_CTL_FIB_COUPLE, IMSG_CTL_FIB_DECOUPLE, IMSG_CTL_AREA, + IMSG_CTL_KROUTE, + IMSG_CTL_KROUTE_ADDR, + IMSG_CTL_IFINFO, IMSG_CTL_END, IMSG_KROUTE_CHANGE, IMSG_KROUTE_DELETE, |