From 8b8b886d3a6052b6dbb0816f3590382ef4c94f8b Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Tue, 11 Feb 2025 15:06:52 -0500 Subject: [PATCH] let's comment these out by default --- raddb/mods-available/radius | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/raddb/mods-available/radius b/raddb/mods-available/radius index d57dbc0db3..770d33cf76 100644 --- a/raddb/mods-available/radius +++ b/raddb/mods-available/radius @@ -813,12 +813,12 @@ radius proxy { # These two configuratiuon items can only be used for # UDP sockets. # - src_port_start = 10000 +# src_port_start = 10000 # # src_port_end:: End of source port range. # - src_port_end = 11000 +# src_port_end = 11000 # # `src_port` cannot be used. If it is used here, the -- 2.47.3