From 6f5f75e70ce10dd41c47af8a3b4b179813020d4c Mon Sep 17 00:00:00 2001 From: "Sergey V. Lobanov" Date: Wed, 20 Apr 2022 13:36:08 +0300 Subject: add switch to disable sending NAS-Port-Id This patch introduces nas-port-id-in-req switch to disable sending NAS-Port-Id attribute in radauth and radacct messages. New switch might be useful if radius server cannot properly handle this attrubite. Signed-off-by: Sergey V. Lobanov --- accel-pppd/accel-ppp.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'accel-pppd/accel-ppp.conf') diff --git a/accel-pppd/accel-ppp.conf b/accel-pppd/accel-ppp.conf index 8b437cf..abc8246 100644 --- a/accel-pppd/accel-ppp.conf +++ b/accel-pppd/accel-ppp.conf @@ -219,6 +219,7 @@ verbose=1 #default-realm= #strip-realm=0 #attr-tunnel-type=My-Tunnel-Type +#nas-port-id-in-req=1 [client-ip-range] 10.0.0.0/8 -- cgit v1.2.3