summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/bgpd.h
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2003-12-25 02:24:27 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2003-12-25 02:24:27 +0000
commit5ccc261513acf225981dd21bea202fea8c25ed3c (patch)
tree817ad5ca8a8f2c02263474767fefa2215acce29e /usr.sbin/bgpd/bgpd.h
parent9971e57c7c66ae0dbf17d2524c5ca10d12325449 (diff)
kill IMSG_KROUTE_ADD as well. just send KROUTE_CHANGE requests.
Diffstat (limited to 'usr.sbin/bgpd/bgpd.h')
-rw-r--r--usr.sbin/bgpd/bgpd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/bgpd.h b/usr.sbin/bgpd/bgpd.h
index e35242314ee..8f407572fe2 100644
--- a/usr.sbin/bgpd/bgpd.h
+++ b/usr.sbin/bgpd/bgpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: bgpd.h,v 1.22 2003/12/25 02:09:19 henning Exp $ */
+/* $OpenBSD: bgpd.h,v 1.23 2003/12/25 02:24:26 henning Exp $ */
/*
* Copyright (c) 2003 Henning Brauer <henning@openbsd.org>
@@ -210,7 +210,6 @@ enum imsg_type {
IMSG_MRT_REQ,
IMSG_MRT_MSG,
IMSG_MRT_END,
- IMSG_KROUTE_ADD,
IMSG_KROUTE_CHANGE,
IMSG_KROUTE_DELETE
};