package
1.0.5
Repository: https://github.com/fgschwan/vpp-agent.git
Documentation: pkg.go.dev

# Functions

Key returns the prefix used in ETCD to store vpp ACL config of a particular ACL in selected vpp instance.
KeyPrefix returns the prefix used in ETCD to store vpp ACLs config.

# Constants

No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author

# Structs

This is a top level container for Access Control Lists.
An Access Control List(ACL) is an ordered list of Access List Rules.
No description provided by the author
List of access list entries(Rule).
Definitions of action criteria for this Access List Rule.
Definitions for match criteria for this Access List Rule.
Access List entry that can define: - IP4/IP6 src/dst ip prefix- Internet Protocol number - Internet Protocol number - selected L4 headers: * ICMP (type range) * UDP (port range) * TCP (port range, flags mask, flags value).
No description provided by the author
Inclusive range representing icmp codes to be used.
No description provided by the author
IP version used in this Access List Entry.
No description provided by the author
No description provided by the author
Inclusive range representing destination ports to be used.
Inclusive range representing source ports to be used.
No description provided by the author
Inclusive range representing destination ports to be used.
Inclusive range representing source ports to be used.
No description provided by the author

# Type aliases

No description provided by the author