Function radius::core::rfc4675::lookup_egress_vlan_name[][src]

pub fn lookup_egress_vlan_name(
    packet: &Packet
) -> Option<Result<String, AVPError>>
Expand description

Lookup a egress_vlan_name string value from a packet.

It returns the first looked up value. If there is no associated value with egress_vlan_name, it returns None.