]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Added RADIUS attribute from RFC 4818 608/head
authorHerwin Weststrate <[email protected]>
Fri, 3 Jul 2015 10:33:47 +0000 (12:33 +0200)
committerHerwin Weststrate <[email protected]>
Fri, 22 Sep 2017 09:46:27 +0000 (11:46 +0200)
Delegated-IPv6-Prefix (123)

print-radius.c

index 0d4bc48f073bbe03b887a94b4ff906c25699a3f9..1b88bb8d7917e3997f85683ae656a1e57170a71b 100644 (file)
@@ -53,6 +53,9 @@
  * RFC 4675:
  *      "RADIUS Attributes for Virtual LAN and Priority Support"
  *
+ * RFC 4818:
+ *      "RADIUS Delegated-IPv6-Prefix Attribute"
+ *
  * RFC 4849:
  *      "RADIUS Filter Rule Attribute"
  *
@@ -565,7 +568,8 @@ static struct attrtype {
      { "Digest-Domain",                   NULL, 0, 0, print_attr_string },
      { "Digest-Stale",                    NULL, 0, 0, print_attr_string },
      { "Digest-HA1",                      NULL, 0, 0, print_attr_string },
-     { "SIP-AOR",                         NULL, 0, 0, print_attr_string }
+     { "SIP-AOR",                         NULL, 0, 0, print_attr_string },
+     { "Delegated-IPv6-Prefix",           NULL, 0, 0, print_attr_netmask6 }
   };