initial commit with some docker nodes integrating with core at a basic level

This commit is contained in:
Blake Harnden 2019-06-27 15:45:35 -07:00
parent 67595485c6
commit 9825706e03
8 changed files with 686 additions and 1 deletions

View file

@ -81,6 +81,7 @@ class NodeTypes(Enum):
PEER_TO_PEER = 12
CONTROL_NET = 13
EMANE_NET = 14
DOCKER = 15
class Rj45Models(Enum):