package
3.4.2+incompatible
Repository: https://github.com/contiv/vpp.git
Documentation: pkg.go.dev

# Packages

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

# Constants

ActionDeny tells the policy engine to block the matching traffic.
ActionPermit tells the policy engine to block the matching traffic.
ANY L4 protocol or even pure L3 traffic (port numbers are ignored).
OTHER is some NON-UDP, NON-TCP traffic (used ONLY in unit tests).
TCP protocol.
UDP protocol.

# Structs

ContivRule is an n-tuple with the most basic policy rule definition that the destination network stack must support.

# Interfaces

PolicyRendererAPI defines the API of Policy Renderer.
Txn defines API of PolicyRenderer transaction.

# Type aliases

ActionType is either DENY or PERMIT.
ProtocolType is either TCP or UDP or OTHER.