mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-01-03 10:32:33 +01:00
ap: Warn about APRanges having been deprecated
This commit is contained in:
parent
e9a33524a2
commit
aa9a914975
3
src/ap.c
3
src/ap.c
@ -3547,6 +3547,9 @@ static int ap_init(void)
|
||||
}
|
||||
} else if (l_settings_get_value(settings,
|
||||
"General", "APRanges")) {
|
||||
l_warn("The [General].APRanges setting is deprecated, "
|
||||
"use [IPv4].APAddressPool instead");
|
||||
|
||||
global_addr4_strs = l_settings_get_string_list(settings,
|
||||
"General",
|
||||
"APRanges",
|
||||
|
Loading…
Reference in New Issue
Block a user