]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Add Value 13 "VLAN" to Tunnel-Type RADIUS attribute 470/head
authorHerwin Weststrate <[email protected]>
Wed, 22 Jul 2015 08:47:57 +0000 (10:47 +0200)
committerHerwin Weststrate <[email protected]>
Wed, 22 Jul 2015 08:47:57 +0000 (10:47 +0200)
print-radius.c

index 02d6a599eab719e0945d56f94eb0d1ecc4f91d4a..3018a5fb11f74a5e98c2b37b104c5400b3d7adc9 100644 (file)
  * RFC 2869:
  *      "RADIUS Extensions"
  *
+ * RFC 3580:
+ *      "IEEE 802.1X Remote Authentication Dial In User Service (RADIUS)"
+ *      "Usage Guidelines"
+ *
  * RFC 4675:
  *      "RADIUS Attributes for Virtual LAN and Priority Support"
  *
@@ -330,6 +334,7 @@ static const char *tunnel_type[]={ NULL,
                                    "GRE",
                                    "DVS",
                                    "IP-in-IP Tunneling",
+                                   "VLAN",
                                  };
 
 /* Tunnel-Medium-Type Attribute standard values */