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

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

Lookup a egress_vlanid integer value from a packet.

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