add a config option to disable automatically setting the dhcp hostname

This commit is contained in:
Ariadne Conill 2020-10-14 05:15:58 -06:00
parent a210cf6a66
commit 4aa2749737
4 changed files with 13 additions and 0 deletions

View file

@ -22,6 +22,7 @@ struct lif_config_file {
bool allow_addon_scripts;
bool allow_any_iface_as_template;
bool implicit_template_conversion;
bool use_hostname_for_dhcp;
};
extern struct lif_config_file lif_config;