merged latest from develop
This commit is contained in:
commit
82c33345be
8 changed files with 61 additions and 49 deletions
|
@ -122,3 +122,8 @@ class ExceptionLevels(Enum):
|
|||
class NetworkPolicy(Enum):
|
||||
ACCEPT = "ACCEPT"
|
||||
DROP = "DROP"
|
||||
|
||||
|
||||
class TransportType(Enum):
|
||||
RAW = "raw"
|
||||
VIRTUAL = "virtual"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue