summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/log.h
diff options
context:
space:
mode:
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 61ad86f3c30..b99e757dd9a 100644
--- a/usr.sbin/bgpd/log.h
+++ b/usr.sbin/bgpd/log.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: log.h,v 1.6 2006/01/24 10:03:44 henning Exp $ */
+/* $OpenBSD: log.h,v 1.7 2006/05/23 12:11:38 henning Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -107,5 +107,6 @@ static const char * const procnames[] = {
static const char * const ctl_res_strerror[] = {
"no error",
"no such neighbor",
- "permission denied"
+ "permission denied",
+ "neighbor does not have this capability"
};