116 |
|
CONF_DLINE = 1 << 4, |
117 |
|
CONF_EXEMPT = 1 << 5, |
118 |
|
CONF_CLUSTER = 1 << 6, |
119 |
< |
CONF_RKLINE = 1 << 7, |
120 |
< |
CONF_RXLINE = 1 << 8, |
121 |
< |
CONF_XLINE = 1 << 9, |
122 |
< |
CONF_ULINE = 1 << 10, |
123 |
< |
CONF_GLINE = 1 << 11, |
124 |
< |
CONF_CRESV = 1 << 12, |
125 |
< |
CONF_NRESV = 1 << 13, |
126 |
< |
CONF_SERVICE = 1 << 14, |
127 |
< |
CONF_OPER = 1 << 15, |
128 |
< |
CONF_HUB = 1 << 16, /* XXX There are no separate hub/leaf configs anymore. This is just for /stats h */ |
129 |
< |
CONF_CLASS = 1 << 17 /* XXX Same here; just for /stats Y|y */ |
119 |
> |
CONF_XLINE = 1 << 7, |
120 |
> |
CONF_ULINE = 1 << 8, |
121 |
> |
CONF_GLINE = 1 << 9, |
122 |
> |
CONF_CRESV = 1 << 10, |
123 |
> |
CONF_NRESV = 1 << 11, |
124 |
> |
CONF_SERVICE = 1 << 12, |
125 |
> |
CONF_OPER = 1 << 13, |
126 |
> |
CONF_HUB = 1 << 14, /* XXX There are no separate hub/leaf configs anymore. This is just for /stats h */ |
127 |
> |
CONF_CLASS = 1 << 15 /* XXX Same here; just for /stats Y|y */ |
128 |
|
}; |
129 |
|
|
130 |
|
struct conf_parser_context |
179 |
|
char *reason; |
180 |
|
char *cipher_list; |
181 |
|
void *rsa_public_key; |
184 |
– |
void *regexuser; |
185 |
– |
void *regexhost; |
182 |
|
}; |
183 |
|
|
184 |
|
struct exempt |
331 |
|
extern dlink_list server_items; |
332 |
|
extern dlink_list cluster_items; |
333 |
|
extern dlink_list xconf_items; |
338 |
– |
extern dlink_list rxconf_items; |
339 |
– |
extern dlink_list rkconf_items; |
334 |
|
extern dlink_list service_items; |
335 |
|
extern struct conf_parser_context conf_parser_ctx; |
336 |
|
extern struct logging_entry ConfigLoggingEntry; |