summaryrefslogtreecommitdiff
path: root/ripngd/ripngd.h
diff options
context:
space:
mode:
authorpaul <paul>2003-04-07 06:11:09 +0000
committerpaul <paul>2003-04-07 06:11:09 +0000
commit23bd12c31d701376d45ab45aa8c838e9fb5e409c (patch)
treed8d6b789194b372dcf067bc1bc5169f0ff284e8d /ripngd/ripngd.h
parent3a6440d756863b602cfaaf0259b71950e67b2a6e (diff)
[zebra 18626] move zebra socket paths to configure.ac
moved definition of the various socket paths from the per daemon header files into configure.ac. it will set the paths to be in the directory specified by --localstatedir=<prefix> or otherwise will try to guess as best it can ( a la pid file path detection - which probably should try reference ${prefix} too). the present hardcoded socket path, /tmp, isnt really correct. should be in /var somewhere really.
Diffstat (limited to 'ripngd/ripngd.h')
-rw-r--r--ripngd/ripngd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ripngd/ripngd.h b/ripngd/ripngd.h
index 2509bdd5..816deb64 100644
--- a/ripngd/ripngd.h
+++ b/ripngd/ripngd.h
@@ -27,7 +27,6 @@
#define RIPNG_V1 1
#define RIPNG_PORT_DEFAULT 521
#define RIPNG_VTY_PORT 2603
-#define RIPNG_VTYSH_PATH "/tmp/.ripngd"
#define RIPNG_MAX_PACKET_SIZE 1500
#define RIPNG_PRIORITY_DEFAULT 0