mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
- EAPI6 - Update patches for eapply format - Patchify sed code - Don't run export in global scope - Parallel tests Upstream: - Clear authenticator under clear_attributes() - Add support for changing I/O activity timeouts - Add ACCESS_CHALLENGE packet type definition - Fix large wait on processing broadcasts - Add support for Status-Server requests - Add support for IPv6 - Add support for integer64 - Fix warning using uninitialized $vendor_name - Add support for date and time types - Improve support for FreeRADIUS and GNU Radius dictionarty files - Add support for tagged attributes - Fix sublist attribute type encoding Package-Manager: Portage-2.3.18, Repoman-2.3.6
29 lines
1.1 KiB
Diff
29 lines
1.1 KiB
Diff
From c3955cd5e9232cf891500cdddf96c0f4e336029b Mon Sep 17 00:00:00 2001
|
|
From: Patrick Lauer <patrick@gentoo.org>
|
|
Date: Mon, 29 Oct 2012 21:02:39 +1300
|
|
Subject: Add ISG support to raddb cisco dictionary
|
|
|
|
---
|
|
raddb/dictionary.cisco | 8 ++++++++
|
|
1 file changed, 8 insertions(+)
|
|
|
|
diff --git a/raddb/dictionary.cisco b/raddb/dictionary.cisco
|
|
index 4dadaa3..8d57a03 100644
|
|
--- a/raddb/dictionary.cisco
|
|
+++ b/raddb/dictionary.cisco
|
|
@@ -118,3 +118,11 @@ VALUE Cisco-Disconnect-Cause Session-Failed-Security 101
|
|
VALUE Cisco-Disconnect-Cause Session-End-Callback 102
|
|
VALUE Cisco-Disconnect-Cause Invalid-Protocol 120
|
|
|
|
+#ISG Support http://www.cisco.com/en/US/docs/ios/12_2sb/isg/coa/guide/isgcaapa.html
|
|
+ATTRIBUTE Cisco-Policy-Up 37 string Cisco
|
|
+ATTRIBUTE Cisco-Policy-Down 38 string Cisco
|
|
+ATTRIBUTE Cisco-SSG-Subscriber-Password 249 string Cisco
|
|
+ATTRIBUTE Cisco-SSG-Account-Info 250 string Cisco
|
|
+ATTRIBUTE Cisco-SSG-Service-Info 251 string Cisco
|
|
+ATTRIBUTE Cisco-SSG-Command-Code 252 string Cisco
|
|
+ATTRIBUTE Cisco-SSG-Control-Info 253 string Cisco
|
|
--
|
|
2.15.1
|
|
|