diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2009-06-07 00:30:24 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2009-06-07 00:30:24 +0000 |
commit | 0cf4a8ba98d7d12612dcc13389e150591b479596 (patch) | |
tree | 1b28eb8d7a9ef43dd5e9c7fc23694d2aad73b396 /usr.sbin/bgpd/bgpd.h | |
parent | 1b7ee37fdf78f782a6a3118999d7ac300f35ac9f (diff) |
First attempt at reload support for RIBs. There is some magic that I do
not fully understand but at least no flames are comming out of my test
box anymore.
Diffstat (limited to 'usr.sbin/bgpd/bgpd.h')
-rw-r--r-- | usr.sbin/bgpd/bgpd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/bgpd/bgpd.h b/usr.sbin/bgpd/bgpd.h index ff08a5dece5..45d70a80dad 100644 --- a/usr.sbin/bgpd/bgpd.h +++ b/usr.sbin/bgpd/bgpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bgpd.h,v 1.239 2009/06/06 21:35:32 claudio Exp $ */ +/* $OpenBSD: bgpd.h,v 1.240 2009/06/07 00:30:23 claudio Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -298,6 +298,7 @@ enum imsg_type { IMSG_NETWORK_DONE, IMSG_FILTER_SET, IMSG_RECONF_CONF, + IMSG_RECONF_RIB, IMSG_RECONF_PEER, IMSG_RECONF_FILTER, IMSG_RECONF_LISTENER, |