Function radius::core::rfc6911::lookup_route_ipv6_information[][src]

pub fn lookup_route_ipv6_information(
    packet: &Packet
) -> Option<Result<Vec<u8>, AVPError>>

Lookup a route_ipv6_information ipv6 prefix value from a packet.

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