From: Alan T. DeKok Date: Fri, 4 May 2018 18:25:46 +0000 (-0400) Subject: notes that VMPS doesn't have clients, and we likely want X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0530cd3c8ff15ca47eca80e30b5ff4c9977bc2c;p=thirdparty%2Ffreeradius-server.git notes that VMPS doesn't have clients, and we likely want to fix this... --- diff --git a/src/modules/proto_vmps/proto_vmps_udp.c b/src/modules/proto_vmps/proto_vmps_udp.c index 063ed0b5b4c..4a75dc7130d 100644 --- a/src/modules/proto_vmps/proto_vmps_udp.c +++ b/src/modules/proto_vmps/proto_vmps_udp.c @@ -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);