From: Hua Zhong Date: Mon, 1 Feb 2021 20:15:54 +0000 (-0800) Subject: Add Arista Captive-Portal and fix WebAuth start/complete values (#3900) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21cfc5d0db420551bdafa3368243ad2abb11d84c;p=thirdparty%2Ffreeradius-server.git Add Arista Captive-Portal and fix WebAuth start/complete values (#3900) * Fix WebAuth start/complete values * Add Arista-Captive-Portal * Remove Arista- prefix --- diff --git a/share/dictionary/radius/dictionary.arista b/share/dictionary/radius/dictionary.arista index 2d7235767a..a330368bba 100644 --- a/share/dictionary/radius/dictionary.arista +++ b/share/dictionary/radius/dictionary.arista @@ -21,8 +21,9 @@ ATTRIBUTE WebAuth 6 integer ATTRIBUTE BlockMac 7 string ATTRIBUTE UnblockMac 8 string ATTRIBUTE PortFlap 9 integer +ATTRIBUTE Captive-Portal 10 string -VALUE WebAuth start 0 -VALUE WebAuth complete 1 +VALUE WebAuth start 1 +VALUE WebAuth complete 2 END-VENDOR Arista