Documentation
¶
Index ¶
Constants ¶
View Source
const ( CreateIPSet = "CreateIPSet" AppendIPSet = "AppendIPSet" DeleteIPSet = "DeleteIPSet" DestroyIPSet = "DestroyIPSet" TestIPSet = "TestIPSet" AddPolicy = "AddNetworkPolicy" SetCannotBeDestroyedInUseByKernelComponent = 1 ElemSeperatorNotSupported = 2 SetWithGivenNameDoesNotExist = 3 SecondElementIsMissing = 4 MissingSecondMandatoryArgument = 5 MaximalNumberOfSetsReached = 6 IPSetWithGivenNameAlreadyExists = 7 SetToBeAddedDeletedTestedDoesNotExist = 8 Unknown = 999 )
Variables ¶
View Source
var ( // ErrSrcNotSpecified thrown during NPM debug cli mode when the source packet is not specified ErrSrcNotSpecified = errors.New("source not specified") // ErrDstNotSpecified thrown during NPM debug cli mode when the source packet is not specified ErrDstNotSpecified = errors.New("destination not specified") )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.