[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.8 and 1.9

version 1.8, 2010/01/09 02:37:32 version 1.9, 2010/04/02 21:20:49
Line 39 
Line 39 
 #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"
   #define PING6           "/bin/ping6"
   #define TRACEROUTE6     "/bin/traceroute6"
 #define CONTENT_TYPE    "text/html"  #define CONTENT_TYPE    "text/html"
   
 static struct cmd cmds[] = CMDS;  static struct cmd cmds[] = CMDS;

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9