Documentation ¶
Overview ¶
Package vppdump provides helpers to dump ACLs configured in VPP - per interface and total.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DumpIPAcl ¶
func DumpIPAcl(log logging.Logger, vppChannel *govppapi.Channel, timeLog measure.StopWatchEntry) ([]*acl.AccessLists_Acl, error)
DumpIPAcl test function
func DumpInterfaceAcls ¶
func DumpInterfaceAcls(log logging.Logger, swIndex uint32, vppChannel *govppapi.Channel, timeLog measure.StopWatchEntry) (acl.AccessLists, error)
DumpInterfaceAcls finds interface in VPP and returns its ACL configuration
func DumpMacIPAcl ¶
func DumpMacIPAcl(log logging.Logger, vppChannel *govppapi.Channel, timeLog measure.StopWatchEntry) error
DumpMacIPAcl test function
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.