radmin 3.0.22 : 'stats client auth client_ip' needs a mandatory listen option ?
Hi, Can you please confirm that with freeradius 3.0.22 radmin 'stats client auth <client_ip>' needs now the listen option for each client ? No more default value if this option is omitted ? Ex : radmin -e 'stats client auth <client_ip>' ERROR: No such client radmin -e 'stats client auth <client_ip> listen <my_ip> 1812' -> ok, got stats Regards, Arnaud -- Direction des Services Applicatifs RENATER - Rennes https://www.renater.fr/
On Jun 1, 2021, at 10:55 AM, Arnaud LAURIOU <arnaud.lauriou@renater.fr> wrote:
Can you please confirm that with freeradius 3.0.22 radmin 'stats client auth <client_ip>' needs now the listen option for each client ? No more default value if this option is omitted ?
Ex : radmin -e 'stats client auth <client_ip>' ERROR: No such client
radmin -e 'stats client auth <client_ip> listen <my_ip> 1812' -> ok, got stats
I think that's a side effect of some other changes in 3.0.22. Please check the v3.0.x branch on GitHub. It should work there. Alan DeKok.
On 6/1/21 5:11 PM, Alan DeKok wrote:
On Jun 1, 2021, at 10:55 AM, Arnaud LAURIOU <arnaud.lauriou@renater.fr> wrote:
Can you please confirm that with freeradius 3.0.22 radmin 'stats client auth <client_ip>' needs now the listen option for each client ? No more default value if this option is omitted ?
Ex : radmin -e 'stats client auth <client_ip>' ERROR: No such client
radmin -e 'stats client auth <client_ip> listen <my_ip> 1812' -> ok, got stats I think that's a side effect of some other changes in 3.0.22. Please check the v3.0.x branch on GitHub. It should work there.
Yes, it works with this latest version. Regards, Arnaud
participants (2)
-
Alan DeKok -
Arnaud LAURIOU