summaryrefslogtreecommitdiff
path: root/usr.sbin/ldpd/ldpd.h
diff options
context:
space:
mode:
authorRenato Westphal <renato@cvs.openbsd.org>2016-05-23 19:20:56 +0000
committerRenato Westphal <renato@cvs.openbsd.org>2016-05-23 19:20:56 +0000
commitd00be4666a628ac6a374665d25858475823f5feb (patch)
tree087b08dac048f926a56bb3021d49dfd49f3dc66b /usr.sbin/ldpd/ldpd.h
parent95732ab88a662f585b052bfcc9ff881f527464be (diff)
Add support for manually resetting neighbors.
Diffstat (limited to 'usr.sbin/ldpd/ldpd.h')
-rw-r--r--usr.sbin/ldpd/ldpd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ldpd/ldpd.h b/usr.sbin/ldpd/ldpd.h
index 6767285616c..b02eab3c013 100644
--- a/usr.sbin/ldpd/ldpd.h
+++ b/usr.sbin/ldpd/ldpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ldpd.h,v 1.75 2016/05/23 19:16:00 renato Exp $ */
+/* $OpenBSD: ldpd.h,v 1.76 2016/05/23 19:20:55 renato Exp $ */
/*
* Copyright (c) 2013, 2016 Renato Westphal <renato@openbsd.org>
@@ -77,6 +77,7 @@ enum imsg_type {
IMSG_CTL_SHOW_LIB,
IMSG_CTL_SHOW_L2VPN_PW,
IMSG_CTL_SHOW_L2VPN_BINDING,
+ IMSG_CTL_CLEAR_NBR,
IMSG_CTL_FIB_COUPLE,
IMSG_CTL_FIB_DECOUPLE,
IMSG_CTL_KROUTE,