Enum bgp_models::network::NextHopAddress [−][src]
Expand description
enum that represents the type of the next hop address.
NextHopAddress is used when parsing for next hops in [Nlri].
Variants
Ipv4(Ipv4Addr)Tuple Fields of Ipv4
0: Ipv4AddrIpv6(Ipv6Addr)Tuple Fields of Ipv6
0: Ipv6AddrTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.