From: Alan T. DeKok Date: Sun, 4 Mar 2018 16:51:48 +0000 (-0500) Subject: added softbank dictionary X-Git-Tag: release_3_0_17~49 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1d0bbfc7df6ea64aa8c40a1317cff7c1e22081dc;p=thirdparty%2Ffreeradius-server.git added softbank dictionary --- diff --git a/share/dictionary b/share/dictionary index fe89609cb85..c2d89382bc4 100644 --- a/share/dictionary +++ b/share/dictionary @@ -262,6 +262,8 @@ $INCLUDE dictionary.sg $INCLUDE dictionary.shiva $INCLUDE dictionary.siemens $INCLUDE dictionary.slipstream +$INCLUDE dictionary.sofaware +$INCLUDE dictionary.softbank $INCLUDE dictionary.sonicwall $INCLUDE dictionary.springtide $INCLUDE dictionary.starent diff --git a/share/dictionary.softbank b/share/dictionary.softbank new file mode 100644 index 00000000000..d3f69898e4e --- /dev/null +++ b/share/dictionary.softbank @@ -0,0 +1,30 @@ +# -*- text -*- +# Copyright (C) 2018 The FreeRADIUS Server project and contributors +############################################################################## +# +# Softbank VSAs +# +# $Id$ +# +############################################################################## + +VENDOR SoftBank 22197 + +BEGIN-VENDOR SoftBank + +ATTRIBUTE SoftBank-BB-Unit-MAC 1 string +ATTRIBUTE SoftBank-BB-Unit-Manufacturer 2 string +ATTRIBUTE SoftBank-BB-Unit-Model 3 string +ATTRIBUTE SoftBank-BB-Unit-HW-Revision 4 string + +ATTRIBUTE SoftBank-TFTP-Config-Server 185 ipaddr +ATTRIBUTE SoftBank-TFTP-Config-File 186 string +ATTRIBUTE SoftBank-DNS-IPv6-Primary 198 ipv6addr +ATTRIBUTE SoftBank-DNS-IPv6-Secondary 199 ipv6addr +ATTRIBUTE SoftBank-Syslog-Server 201 ipv6addr +ATTRIBUTE SoftBank-SNTP-Server 203 ipv6addr +ATTRIBUTE SoftBank-IPv4-Tunnel-Local-Address 204 ipaddr +ATTRIBUTE SoftBank-IPv4-Tunnel-Endpoint 207 ipv6addr +ATTRIBUTE SoftBank-RouteInfo-Server 215 string + +END-VENDOR SoftBank