Implemented random mac selection on startup.

This commit is contained in:
Michael Smith
2018-03-18 12:25:48 +01:00
parent 2f50ebad61
commit e215eb061c
3 changed files with 26 additions and 31 deletions

View File

@@ -45,7 +45,6 @@ config_load_default(sysconfig_p config)
config->dhcps_entries = 0;
config->current_mac_address = 0;
// Interval to change mac address in seconds
// Default: 3600 (1 hour)
// This should rotate every mac address in the list roughly every 16 hours.