Support RFC3580

This commit is contained in:
moznion
2020-12-06 15:36:00 +09:00
parent bb1743a96c
commit a792e174c1
4 changed files with 35 additions and 1 deletions
+1
View File
@@ -10,6 +10,7 @@ pub mod rfc2868;
pub mod rfc2869;
pub mod rfc3162;
pub mod rfc3576;
pub mod rfc3580;
pub mod rfc4072;
pub mod rfc5090;
pub mod rfc5607;
+14
View File
@@ -0,0 +1,14 @@
// Code generated by machine generator; DO NOT EDIT.
pub type AcctTerminateCause = u32;
pub const ACCT_TERMINATE_CAUSE_SUPPLICANT_RESTART: AcctTerminateCause = 19;
pub const ACCT_TERMINATE_CAUSE_REAUTHENTICATION_FAILURE: AcctTerminateCause = 20;
pub const ACCT_TERMINATE_CAUSE_PORT_REINIT: AcctTerminateCause = 21;
pub const ACCT_TERMINATE_CAUSE_PORT_DISABLED: AcctTerminateCause = 22;
pub type NasPortType = u32;
pub const NAS_PORT_TYPE_TOKEN_RING: NasPortType = 20;
pub const NAS_PORT_TYPE_FDDI: NasPortType = 21;
pub type TunnelType = u32;
pub const TUNNEL_TYPE_VLAN: TunnelType = 13;