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

Comparing gvpe/src/conf.h (file contents):
Revision 1.35 by pcg, Sun Aug 10 01:34:36 2008 UTC vs.
Revision 1.37 by pcg, Sat Jul 18 05:59:16 2009 UTC

122 typedef vector<conf_node *> node_vector; 122 typedef vector<conf_node *> node_vector;
123 node_vector nodes; 123 node_vector nodes;
124 conf_node default_node; 124 conf_node default_node;
125 conf_node *thisnode; 125 conf_node *thisnode;
126 int mtu; // the mtu used for outgoing tunnel packets 126 int mtu; // the mtu used for outgoing tunnel packets
127 int nfmark; // the SO_MARK // netfilter mark // fwmark
127 double rekey; // rekey interval 128 double rekey; // rekey interval
128 double keepalive; // keepalive probes interval 129 double keepalive; // keepalive probes interval
129 char *ifname; // the interface name (tap0 ...) 130 char *ifname; // the interface name (tap0 ...)
130 bool ifpersist; // should the interface be persistent 131 bool ifpersist; // should the interface be persistent
131 char *prikeyfile; 132 char *prikeyfile;
136 u8 icmp_type; // the icmp type for the icmp-protocol 137 u8 icmp_type; // the icmp type for the icmp-protocol
137#endif 138#endif
138 139
139 char *script_if_up; 140 char *script_if_up;
140 char *script_node_up; 141 char *script_node_up;
142 char *script_node_change;
141 char *script_node_down; 143 char *script_node_down;
142 char *pidfilename; 144 char *pidfilename;
143 145
144#if ENABLE_HTTP_PROXY 146#if ENABLE_HTTP_PROXY
145 char *proxy_auth; // login:password 147 char *proxy_auth; // login:password

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines