]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
notes that VMPS doesn't have clients, and we likely want
authorAlan T. DeKok <aland@freeradius.org>
Fri, 4 May 2018 18:25:46 +0000 (14:25 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 4 May 2018 18:25:46 +0000 (14:25 -0400)
to fix this...

src/modules/proto_vmps/proto_vmps_udp.c

index 063ed0b5b4cab95cfc742e3a48b0cb445fcb84c8..4a75dc7130d3f68d3edc4f07f650984acd9a6a92 100644 (file)
@@ -650,6 +650,9 @@ static int mod_bootstrap(void *instance, CONF_SECTION *cs)
        return 0;
 }
 
+// @todo - allow for "wildcard" clients, which allow anything
+// and then rely on "networks" to filter source IPs...
+// which means we probably want to filter on "networks" even if there are no dynamic clients
 static RADCLIENT *mod_client_find(UNUSED void *instance, fr_ipaddr_t const *ipaddr, int ipproto)
 {
        return client_find(NULL, ipaddr, ipproto);