// L2TPNS Command Line Interface
-// $Id: cli.c,v 1.1 2003/12/16 07:07:39 fred_nerk Exp $
+// $Id: cli.c,v 1.1.1.1 2003/12/16 07:07:39 fred_nerk Exp $
// vim: sw=4 ts=8
#include <stdio.h>
extern struct Tringbuffer *ringbuffer;
#endif
-char *rcs_id = "$Id: cli.c,v 1.1 2003/12/16 07:07:39 fred_nerk Exp $";
+char *rcs_id = "$Id: cli.c,v 1.1.1.1 2003/12/16 07:07:39 fred_nerk Exp $";
char *debug_levels[] = {
"CRIT",
// L2TPNS Clustering Stuff
-// $Id: cluster.c,v 1.1 2003/12/16 07:07:39 fred_nerk Exp $ #include <stdio.h> #include <sys/file.h>
+// $Id: cluster.c,v 1.1.1.1 2003/12/16 07:07:39 fred_nerk Exp $ #include <stdio.h> #include <sys/file.h>
#include <sys/stat.h>
#include <sys/types.h>
// L2TPNS Clustering Stuff
-// $Id: cluster.h,v 1.1 2003/12/16 07:07:39 fred_nerk Exp $
+// $Id: cluster.h,v 1.1.1.1 2003/12/16 07:07:39 fred_nerk Exp $
#define C_HELLO 1
#define C_HELLO_RESPONSE 2
// L2TPNS Cluster Master
-// $Id: cluster_master.c,v 1.1 2003/12/16 07:07:39 fred_nerk Exp $
+// $Id: cluster_master.c,v 1.1.1.1 2003/12/16 07:07:39 fred_nerk Exp $
#include <stdio.h>
#include <netinet/in.h>
signal(SIGCHLD, sigchild_handler);
- log(0, "Cluster Manager $Id: cluster_master.c,v 1.1 2003/12/16 07:07:39 fred_nerk Exp $ starting\n");
+ log(0, "Cluster Manager $Id: cluster_master.c,v 1.1.1.1 2003/12/16 07:07:39 fred_nerk Exp $ starting\n");
to.tv_sec = 1;
to.tv_usec = 0;
// L2TPNS Cluster Master
-// $Id: cluster_slave.c,v 1.1 2003/12/16 07:07:39 fred_nerk Exp $
+// $Id: cluster_slave.c,v 1.1.1.1 2003/12/16 07:07:39 fred_nerk Exp $
#include <stdio.h>
#include <netinet/in.h>
initplugins();
read_config_file();
initdata();
- log(0, 0, 0, 0, "$Id: l2tpns.c,v 1.1 2003/12/16 07:07:39 fred_nerk Exp $\n(c) Copyright 2002 FireBrick (Andrews & Arnold Ltd / Watchfront Ltd) - GPL licenced\n");
+ log(0, 0, 0, 0, "$Id: l2tpns.c,v 1.1.1.1 2003/12/16 07:07:39 fred_nerk Exp $\n(c) Copyright 2002 FireBrick (Andrews & Arnold Ltd / Watchfront Ltd) - GPL licenced\n");
/* Start up the cluster first, so that we don't have two machines with
* the same IP at once.
// L2TPNS Global Stuff
-// $Id: l2tpns.h,v 1.1 2003/12/16 07:07:39 fred_nerk Exp $
+// $Id: l2tpns.h,v 1.1.1.1 2003/12/16 07:07:39 fred_nerk Exp $
#include <netinet/in.h>
#include <stdio.h>
// L2TPNS Linked List Stuff
-// $Id: ll.c,v 1.1 2003/12/16 07:07:39 fred_nerk Exp $
+// $Id: ll.c,v 1.1.1.1 2003/12/16 07:07:39 fred_nerk Exp $
#include <stdio.h>
#include <sys/file.h>
// L2TPNS PPP Stuff
-// $Id: ppp.c,v 1.1 2003/12/16 07:07:39 fred_nerk Exp $
+// $Id: ppp.c,v 1.1.1.1 2003/12/16 07:07:39 fred_nerk Exp $
#include <stdio.h>
#include <string.h>
// L2TPNS Radius Stuff
-// $Id: radius.c,v 1.1 2003/12/16 07:07:39 fred_nerk Exp $
+// $Id: radius.c,v 1.1.1.1 2003/12/16 07:07:39 fred_nerk Exp $
#include <time.h>
#include <stdio.h>
// L2TPNS Rate Limiting Stuff
-// $Id: rl.c,v 1.1 2003/12/16 07:07:39 fred_nerk Exp $
+// $Id: rl.c,v 1.1.1.1 2003/12/16 07:07:39 fred_nerk Exp $
#include <stdio.h>
#include <sys/file.h>
// L2TPNS Throttle Stuff
-// $Id: throttle.c,v 1.1 2003/12/16 07:07:39 fred_nerk Exp $
+// $Id: throttle.c,v 1.1.1.1 2003/12/16 07:07:39 fred_nerk Exp $
#include <stdio.h>
#include <sys/file.h>