summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/log.h
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2006-05-27 21:24:37 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2006-05-27 21:24:37 +0000
commit8170c37f9a8981056680aa66004e3454464d4987 (patch)
treef5ab4c9899d626d9c2f5e9fcef1881e748602648 /usr.sbin/bgpd/log.h
parent2d85c039d9f9bf43ce8804f85cd1bfe2ebc07774 (diff)
Pass a IMSG_CTL_RESULT messgae back to bgpctl on reloads to indicate if
the reload was successful or not. OK henning@
Diffstat (limited to 'usr.sbin/bgpd/log.h')
-rw-r--r--usr.sbin/bgpd/log.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/log.h b/usr.sbin/bgpd/log.h
index b99e757dd9a..ee0a4b62305 100644
--- a/usr.sbin/bgpd/log.h
+++ b/usr.sbin/bgpd/log.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: log.h,v 1.7 2006/05/23 12:11:38 henning Exp $ */
+/* $OpenBSD: log.h,v 1.8 2006/05/27 21:24:36 claudio Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -108,5 +108,6 @@ static const char * const ctl_res_strerror[] = {
"no error",
"no such neighbor",
"permission denied",
- "neighbor does not have this capability"
+ "neighbor does not have this capability",
+ "config file has errors, reload failed"
};