mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-14 17:01:02 +02:00
- added locType parameter to region-add command - created RegionABC sample topology - fixed possible NPE in Topo2Jsonifier.jsonClosedRegion() - added "plain" sprite layout - check for undefined sprite layout and log a warning - updated logger.sh script - fixed Topo2Model to have a reference to colleciton before initialization Change-Id: Ie6af28516338f5d64576bf465373cb5df3dff52c
7 lines
95 B
Python
7 lines
95 B
Python
#!/usr/bin/python
|
|
|
|
from onosnet import run
|
|
from regionabc import RegionABC
|
|
|
|
run( RegionABC() )
|