From aa9a91497511f526b2ea3397e043bf60c057d73e Mon Sep 17 00:00:00 2001 From: Andrew Zaborowski Date: Fri, 4 Jun 2021 03:50:39 +0200 Subject: [PATCH] ap: Warn about APRanges having been deprecated --- src/ap.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ap.c b/src/ap.c index f0a38bb6..20422d4e 100644 --- a/src/ap.c +++ b/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",