From: fred_nerk Date: Tue, 16 Dec 2003 07:07:39 +0000 (+0000) Subject: L2TPNS X-Git-Tag: optus X-Git-Url: http://git.sameswireless.fr/l2tpns.git/commitdiff_plain/6a02694ac3ad62902fa75dea08ed6318e82f8b18 L2TPNS --- diff --git a/cli.c b/cli.c index e2ef57a..1889d43 100644 --- 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 @@ -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", diff --git a/cluster.c b/cluster.c index 53e65cc..69f313a 100644 --- 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 #include +// $Id: cluster.c,v 1.1.1.1 2003/12/16 07:07:39 fred_nerk Exp $ #include #include #include #include diff --git a/cluster.h b/cluster.h index 8b92918..ecc1791 100644 --- 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 diff --git a/cluster_master.c b/cluster_master.c index c2bc501..7b5a22b 100644 --- a/cluster_master.c +++ b/cluster_master.c @@ -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 #include @@ -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; diff --git a/cluster_slave.c b/cluster_slave.c index df719a0..576a303 100644 --- a/cluster_slave.c +++ b/cluster_slave.c @@ -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 #include diff --git a/l2tpns.c b/l2tpns.c index ea21dda..388cea5 100644 --- 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. diff --git a/l2tpns.h b/l2tpns.h index e9c5907..98b19f2 100644 --- 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 #include diff --git a/ll.c b/ll.c index 7dd67e9..e3e2efb 100644 --- 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 #include diff --git a/ppp.c b/ppp.c index 3cc73c2..041c9a0 100644 --- 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 #include diff --git a/radius.c b/radius.c index ee364b2..993e5cd 100644 --- 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 #include diff --git a/rl.c b/rl.c index ae0d33c..d676f9c 100644 --- 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 #include diff --git a/throttle.c b/throttle.c index c642d3c..74a7e94 100644 --- a/throttle.c +++ b/throttle.c @@ -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 #include