projects
/
l2tpns.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add interim accounting support from Vladislav Bjelic
[l2tpns.git]
/
constants.c
diff --git
a/constants.c
b/constants.c
index
850b074
..
1b6918f
100644
(file)
--- a/
constants.c
+++ b/
constants.c
@@
-1,6
+1,6
@@
// L2TPNS: constants
// L2TPNS: constants
-char const *cvs_id_constants = "$Id: constants.c,v 1.
4 2005/01/05 13:37:56
bodea Exp $";
+char const *cvs_id_constants = "$Id: constants.c,v 1.
5 2005/05/05 10:02:07
bodea Exp $";
#include <stdio.h>
#include "constants.h"
#include <stdio.h>
#include "constants.h"
@@
-156,7
+156,8
@@
CONSTANT(radius_state,
"RADIUSIPCP", // 3
"RADIUSSTART", // 4
"RADIUSSTOP", // 5
"RADIUSIPCP", // 3
"RADIUSSTART", // 4
"RADIUSSTOP", // 5
- "RADIUSWAIT" // 6
+ "RADIUSINTERIM", // 6
+ "RADIUSWAIT" // 7
)
CONSTANT(radius_code,
)
CONSTANT(radius_code,