summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/bgpd.h
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2004-01-02 02:27:58 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2004-01-02 02:27:58 +0000
commit9534182c5f1bf1a7ec4e754a2467d8e8381510e1 (patch)
tree7fb661242d810373a86c21662688292b114bda48 /usr.sbin/bgpd/bgpd.h
parent1a0709d60c1c81392407e590230d9a83e47b75d1 (diff)
move the socket name #define to bgpd.h and get rid of bgpdctl*
Diffstat (limited to 'usr.sbin/bgpd/bgpd.h')
-rw-r--r--usr.sbin/bgpd/bgpd.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/bgpd/bgpd.h b/usr.sbin/bgpd/bgpd.h
index 0c6f5470fc9..cb552a46977 100644
--- a/usr.sbin/bgpd/bgpd.h
+++ b/usr.sbin/bgpd/bgpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: bgpd.h,v 1.46 2004/01/01 23:46:47 henning Exp $ */
+/* $OpenBSD: bgpd.h,v 1.47 2004/01/02 02:27:57 henning Exp $ */
/*
* Copyright (c) 2003 Henning Brauer <henning@openbsd.org>
@@ -46,6 +46,8 @@
#define BGPD_LOG_UPDATES 0x0001
+#define SOCKET_NAME "/var/run/bgpd.sock"
+
enum {
PROC_MAIN,
PROC_SE,