package
2.5.1+incompatible
Repository: https://github.com/lxlee1102/vpp-agent.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
NewIPSecSADescriptor creates a new instance of the IPSec SA descriptor.
NewIPSecSPDDescriptor creates a new instance of the IPSec SPD descriptor.
NewSPDInterfaceDescriptor creates a new instance of the SPDInterface descriptor.
NewSPDPolicyDescriptor creates a new instance of the SPDPolicy descriptor.
# Constants
IPSecSPDDescriptorName is the name of the descriptor for VPP IPSec SPD configurations.
SADescriptorName is the name of the descriptor for VPP security associations.
SPDInterfaceDescriptorName is the name of the descriptor for bindings between VPP IPSec security policy database and interfaces.
SPDPolicyDescriptorName is the name of the descriptor for bindings between VPP IPSec security policy database and policy database (security association).
# Variables
ErrIPSecSPDInvalidIndex is returned when VPP security policy database configuration was defined with non-numerical index.
ErrIPSecSPDWithoutIndex is returned when VPP security policy database configuration was defined without index.
ErrSAInvalidIndex is returned when VPP security association was defined with non-numerical index.
ErrSAWithoutIndex is returned when VPP security association was defined without index.
ErrSPDWithoutSA is returned when VPP security policy entry has undefined security association attribute.
# Structs
IPSecSADescriptor teaches KVScheduler how to configure VPP IPSec security associations.
IPSecSPDDescriptor teaches KVScheduler how to configure IPSec SPD in VPP.
SPDInterfaceDescriptor teaches KVScheduler how to put interface into VPP security policy database.
SPDPolicyDescriptor teaches KVScheduler how to put policy database into VPP security policy database.