# Functions
BasePrefix returns the prefix used in ETCD to store vpp SRv6 config.
IsPolicySegmentPrefix check whether key has policy segment prefix.
LocalSIDPrefix returns longest common prefix for all local SID keys.
ParsePolicySegmentKey parses policy segment name.
PolicyPrefix returns longest common prefix for all policy keys.
SteeringPrefix returns longest common prefix for all steering keys.
# Constants
EtcdKeyPathDelimiter is delimiter used in ETCD keys and can be used to combine multiple etcd key parts together (without worry that key part has accidentally this delimiter because otherwise it would not be one key part).
# Structs
No description provided by the author
End function behavior of simple endpoint.
End function behavior of endpoint with decapsulation and specific IPv4 table lookup.
End function behavior of endpoint with decapsulation and specific IPv6 table lookup.
End function nehavior of endpoint with decapsulation and Layer-2 cross-connect (or DX2 with egress VLAN rewrite when VLAN notzero - not supported this variant yet).
End function behavior of endpoint with decapsulation and IPv4 cross-connect.
End function behavior of endpoint with decapsulation and IPv6 cross-connect.
End function behavior of endpoint with specific IPv6 table lookup.
End function behavior of endpoint with Layer-3 cross-connect.
Model for SRv6 policy (policy without at least one policy segment is only cached in ligato and not written to VPP).
Model for segment of SRv6 policy (etcd key for segment has as prefix the etcd key for policy where it belongs).
Model for steering traffic to SRv6 policy.
No description provided by the author
No description provided by the author
# Type aliases
SID (in srv6 package) is SRv6's segment id.