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.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.sbin/bgpd/log.h b/usr.sbin/bgpd/log.h
index 8fdec4256dd..a8387e00957 100644
--- a/usr.sbin/bgpd/log.h
+++ b/usr.sbin/bgpd/log.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: log.h,v 1.4 2005/06/05 19:50:09 henning Exp $ */
+/* $OpenBSD: log.h,v 1.5 2005/10/19 12:32:16 henning Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -103,3 +103,8 @@ static const char * const procnames[] = {
"SE",
"RDE"
};
+
+static const char * const ctl_res_strerror[] = {
+ "no error",
+ "no such neighbor"
+};