Enum zettabgp::BgpCapability[][src]

pub enum BgpCapability {
Show variants SafiIPv4u, SafiIPv4m, SafiIPv4mvpn, SafiIPv4fu, SafiVPNv4u, SafiVPNv4fu, SafiVPNv4m, SafiIPv4lu, SafiIPv6u, SafiIPv6lu, SafiIPv6fu, SafiVPNv6u, SafiVPNv6m, SafiVPLS, SafiEVPN, CapASN32(u32), CapRR,
}
Expand description

BGP capability for OPEN message.

Variants

SafiIPv4u

BGP capability ipv4 unicast.

SafiIPv4m

BGP capability ipv4 multicast.

SafiIPv4mvpn

BGP capability ipv4 mvpn.

SafiIPv4fu

BGP capability ipv4 flowspec.

SafiVPNv4u

BGP capability vpnv4 unicast.

SafiVPNv4fu

BGP capability vpnv4 flowspec.

SafiVPNv4m

BGP capability vpnv4 multicast.

SafiIPv4lu

BGP capability ipv4 labeled unicast.

SafiIPv6u

BGP capability ipv6 unicast.

SafiIPv6lu

BGP capability ipv6 labeled unicast.

SafiIPv6fu

BGP capability ipv6 flowspec.

SafiVPNv6u

BGP capability vpnv6 unicast.

SafiVPNv6m

BGP capability vpnv6 multicast.

SafiVPLS

BGP capability VPLS.

SafiEVPN

BGP capability EVPN.

CapASN32(u32)

BGP capability 32-bit AS numbers.

CapRR

BGP capability route-refresh.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.