[BACK]Return to bgplg.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / bgplg

Diff for /src/usr.bin/bgplg/bgplg.c between version 1.10 and 1.11

version 1.10, 2013/06/01 18:47:55 version 1.11, 2013/06/02 14:11:38
Line 35 
Line 35 
 #define INC_HEAD        "/conf/bgplg.head"  #define INC_HEAD        "/conf/bgplg.head"
 #define INC_FOOT        "/conf/bgplg.foot"  #define INC_FOOT        "/conf/bgplg.foot"
   
 #define BGPDSOCK        "/logs/bgpd.rsock"  #define BGPDSOCK        "/run/bgpd.rsock"
 #define BGPCTL          "/bin/bgpctl", "-s", BGPDSOCK  #define BGPCTL          "/bin/bgpctl", "-s", BGPDSOCK
 #define PING            "/bin/ping"  #define PING            "/bin/ping"
 #define TRACEROUTE      "/bin/traceroute"  #define TRACEROUTE      "/bin/traceroute"

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11