diff options
author | Maria Matejka <mq@ucw.cz> | 2022-09-20 09:14:39 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-09-20 09:14:39 +0200 |
commit | 28427a68c32d5684652dd22400a9143722294886 (patch) | |
tree | 874b81f35a54974ca79479e124f12fa04d143592 /nest/protocol.h | |
parent | 29712c691d4f2cadb6517e3759bdf5e60b1fb4d9 (diff) | |
parent | adf37d8eff8f281871295c402a51ae1dd654851c (diff) |
Merge commit 'adf37d8e' into thread-next
Diffstat (limited to 'nest/protocol.h')
-rw-r--r-- | nest/protocol.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nest/protocol.h b/nest/protocol.h index 0bf894f8..88bff092 100644 --- a/nest/protocol.h +++ b/nest/protocol.h @@ -100,7 +100,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 */ @@ -137,7 +136,6 @@ struct proto { uint active_loops; /* Number of active IO loops */ 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 */ |