diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2006-05-27 21:24:37 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2006-05-27 21:24:37 +0000 |
commit | 8170c37f9a8981056680aa66004e3454464d4987 (patch) | |
tree | f5ab4c9899d626d9c2f5e9fcef1881e748602648 /usr.sbin/bgpd/log.h | |
parent | 2d85c039d9f9bf43ce8804f85cd1bfe2ebc07774 (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.h | 5 |
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" }; |