Enum zettabgp::BgpCapability[][src]

pub enum BgpCapability {
Show 18 variants SafiIPv4u, SafiIPv4m, SafiIPv4mvpn, SafiIPv4fu, SafiVPNv4u, SafiVPNv4fu, SafiVPNv4m, SafiIPv4lu, SafiIPv6u, SafiIPv6lu, SafiIPv6fu, SafiVPNv6u, SafiVPNv6m, SafiVPLS, SafiEVPN, CapASN32(u32), CapRR, CapAddPath(Vec<BgpCapAddPath>),
}
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

BGP capability 32-bit AS numbers.

Tuple Fields of CapASN32

0: u32
CapRR

BGP capability route-refresh.

CapAddPath

BGP Capability AddPath

Tuple Fields of CapAddPath

0: Vec<BgpCapAddPath>

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 returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

Restrict a value to a certain interval. Read more

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

This method tests for !=.

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

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.