added support for distributed EMANE 0.9.2

(Boeing r1884)
This commit is contained in:
ahrenholz 2014-09-29 19:07:25 +00:00
parent f081985433
commit 5359ff4fd4
3 changed files with 73 additions and 17 deletions

View file

@ -20,7 +20,7 @@ from core.coreobj import PyCoreNode
class CtrlNet(LxBrNet):
policy = "ACCEPT"
CTRLIF_IDX_BASE = 99 # base control interface index
DEFAULT_PREFIX = "172.16.0.0/24"
DEFAULT_PREFIX = "172.16.0.0/24 172.16.1.0/24 172.16.2.0/24 172.16.3.0/24 172.16.4.0/24"
def __init__(self, session, objid = "ctrlnet", name = None,
verbose = False, netid = 1, prefix = None,