ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/conf.C
(Generate patch)

Comparing gvpe/src/conf.C (file contents):
Revision 1.18 by pcg, Thu Oct 16 02:41:21 2003 UTC vs.
Revision 1.19 by pcg, Thu Oct 16 20:35:14 2003 UTC

97 97
98void configuration::init () 98void configuration::init ()
99{ 99{
100 memset (this, 0, sizeof (*this)); 100 memset (this, 0, sizeof (*this));
101 101
102 mtu = DEFAULT_MTU;
102 rekey = DEFAULT_REKEY; 103 rekey = DEFAULT_REKEY;
103 keepalive = DEFAULT_KEEPALIVE; 104 keepalive = DEFAULT_KEEPALIVE;
104 llevel = L_INFO; 105 llevel = L_INFO;
105 ip_proto = IPPROTO_GRE; 106 ip_proto = IPPROTO_GRE;
106#if ENABLE_ICMP 107#if ENABLE_ICMP

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines