L2TPNS optus
authorfred_nerk <fred_nerk>
Tue, 16 Dec 2003 07:07:39 +0000 (07:07 +0000)
committerfred_nerk <fred_nerk>
Tue, 16 Dec 2003 07:07:39 +0000 (07:07 +0000)
12 files changed:
cli.c
cluster.c
cluster.h
cluster_master.c
cluster_slave.c
l2tpns.c
l2tpns.h
ll.c
ppp.c
radius.c
rl.c
throttle.c

diff --git a/cli.c b/cli.c
index e2ef57a..1889d43 100644 (file)
--- a/cli.c
+++ b/cli.c
@@ -1,5 +1,5 @@
 // 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>
@@ -38,7 +38,7 @@ extern tbft *filter_buckets;
 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",
index 53e65cc..69f313a 100644 (file)
--- a/cluster.c
+++ b/cluster.c
@@ -1,5 +1,5 @@
 // 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>
index 8b92918..ecc1791 100644 (file)
--- a/cluster.h
+++ b/cluster.h
@@ -1,5 +1,5 @@
 // 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
index c2bc501..7b5a22b 100644 (file)
@@ -1,5 +1,5 @@
 // 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>
@@ -91,7 +91,7 @@ int main(int argc, char *argv[])
 
     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;
index df719a0..576a303 100644 (file)
@@ -1,5 +1,5 @@
 // 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>
index ea21dda..388cea5 100644 (file)
--- a/l2tpns.c
+++ b/l2tpns.c
@@ -2213,7 +2213,7 @@ int main(int argc, char *argv[])
        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.
index e9c5907..98b19f2 100644 (file)
--- a/l2tpns.h
+++ b/l2tpns.h
@@ -1,5 +1,5 @@
 // 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>
diff --git a/ll.c b/ll.c
index 7dd67e9..e3e2efb 100644 (file)
--- a/ll.c
+++ b/ll.c
@@ -1,5 +1,5 @@
 // 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>
diff --git a/ppp.c b/ppp.c
index 3cc73c2..041c9a0 100644 (file)
--- a/ppp.c
+++ b/ppp.c
@@ -1,5 +1,5 @@
 // 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>
index ee364b2..993e5cd 100644 (file)
--- a/radius.c
+++ b/radius.c
@@ -1,5 +1,5 @@
 // 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>
diff --git a/rl.c b/rl.c
index ae0d33c..d676f9c 100644 (file)
--- a/rl.c
+++ b/rl.c
@@ -1,5 +1,5 @@
 // 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>
index c642d3c..74a7e94 100644 (file)
@@ -1,5 +1,5 @@
 // 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>