summaryrefslogtreecommitdiff
path: root/nest/protocol.h
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2021-11-15 10:53:58 +0100
committerMaria Matejka <mq@ucw.cz>2021-11-22 19:05:44 +0100
commitadf37d8eff8f281871295c402a51ae1dd654851c (patch)
tree13eae50e7c81c071e4a1cfe3f78dc2e13134e511 /nest/protocol.h
parentdc160e11e1a9e4344bbee6fd0bc8aee229d7c540 (diff)
VRF setting reduced to one argument, using default dummy iface for default vrf
Diffstat (limited to 'nest/protocol.h')
-rw-r--r--nest/protocol.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/nest/protocol.h b/nest/protocol.h
index 8d077e44..1d4f2059 100644
--- a/nest/protocol.h
+++ b/nest/protocol.h
@@ -117,7 +117,6 @@ struct proto_config {
int class; /* SYM_PROTO or SYM_TEMPLATE */
u8 net_type; /* Protocol network type (NET_*), 0 for undefined */
u8 disabled; /* Protocol enabled/disabled by default */
- u8 vrf_set; /* Related VRF instance (below) is defined */
u8 late_if_feed; /* Delay interface feed after channels are up */
u32 debug, mrtdump; /* Debugging bitfields, both use D_* constants */
u32 router_id; /* Protocol specific router ID */
@@ -154,7 +153,6 @@ struct proto {
uint active_coroutines; /* Number of active coroutines */
byte net_type; /* Protocol network type (NET_*), 0 for undefined */
byte disabled; /* Manually disabled */
- byte vrf_set; /* Related VRF instance (above) is defined */
byte proto_state; /* Protocol state machine (PS_*, see below) */
byte active; /* From PS_START to cleanup after PS_STOP */
byte do_stop; /* Stop actions are scheduled */