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.31 by pcg, Tue Apr 26 00:55:55 2005 UTC vs.
Revision 1.32 by pcg, Mon Dec 5 12:58:09 2005 UTC

76 76
77 enum connectmode { C_ONDEMAND, C_NEVER, C_ALWAYS, C_DISABLED } connectmode; 77 enum connectmode { C_ONDEMAND, C_NEVER, C_ALWAYS, C_DISABLED } connectmode;
78 bool compress; 78 bool compress;
79 bool inherit_tos; // inherit TOS in packets send to this destination 79 bool inherit_tos; // inherit TOS in packets send to this destination
80 80
81 vector<const char *> allow_direct;
82 vector<const char *> deny_direct;
83
81 u32 routerprio; 84 u32 routerprio;
85
86 bool can_direct (struct conf_node *other);
82 87
83 void print (); 88 void print ();
84 89
85 ~conf_node (); 90 ~conf_node ();
86}; 91};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines