mirror of
https://github.com/cubixle/radius-rs.git
synced 2026-04-30 12:48:45 +01:00
Support RFC3580
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
Reference in New Issue
Block a user