From 05b3ff565a4285136db9563357b8f64892928355 Mon Sep 17 00:00:00 2001 From: paul Date: Mon, 7 Apr 2003 16:06:21 +0000 Subject: Removed stray hard coded vty socket paths --- vtysh/vtysh.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'vtysh') diff --git a/vtysh/vtysh.h b/vtysh/vtysh.h index 193f46ea..5527d0da 100644 --- a/vtysh/vtysh.h +++ b/vtysh/vtysh.h @@ -39,14 +39,6 @@ #define VTYSH_INDEX_BGP 5 #define VTYSH_INDEX_MAX 6 -/* UNIX domain socket path. */ -#define ZEBRA_PATH "/tmp/.zebra" -#define RIP_PATH "/tmp/.ripd" -#define RIPNG_PATH "/tmp/.ripngd" -#define OSPF_PATH "/tmp/.ospfd" -#define OSPF6_PATH "/tmp/.ospf6d" -#define BGP_PATH "/tmp/.bgpd" - /* vtysh local configuration file. */ #define VTYSH_DEFAULT_CONFIG "vtysh.conf" -- cgit v1.2.1