We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf8a5f6 commit 4cbd379Copy full SHA for 4cbd379
src/network/networkd-manager.h
@@ -87,8 +87,8 @@ struct Manager {
87
usec_t speed_meter_usec_new;
88
usec_t speed_meter_usec_old;
89
90
- bool dhcp4_prefix_root_cannot_set_table:1;
91
- bool bridge_mdb_on_master_not_supported:1;
+ bool dhcp4_prefix_root_cannot_set_table;
+ bool bridge_mdb_on_master_not_supported;
92
93
FirewallContext *fw_ctx;
94
};
0 commit comments