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>2023-01-25 13:33:31 +0100
commit4334f86251429eb39bfe81ff19496d141fccef84 (patch)
tree2dce6e1833748b9b165ece7776afbcbb3fc7ddc3 /nest/protocol.h
parent72230d3ca37d34cafa0442c23f83121ae1fc41be (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 fcbf0539..fef2cb91 100644
--- a/nest/protocol.h
+++ b/nest/protocol.h
@@ -120,7 +120,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 */
u32 debug, mrtdump; /* Debugging bitfields, both use D_* constants */
u32 router_id; /* Protocol specific router ID */
@@ -177,7 +176,6 @@ struct proto {
uint active_channels; /* Number of active channels */
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_start; /* Start actions are scheduled */