blob: 8486fa84668b5048b8c6bb036e38c38609bb3bd2 [file] [log] [blame]
Simon Hunt924f7d12016-03-08 20:19:33 -08001# Local VirtualBox-based single ONOS instance & ONOS mininet box
2
3export ONOS_NIC=192.168.56.*
4export OC1="192.168.56.101"
5export OCN="192.168.56.103"
6
7export ONOS_APPS="drivers,openflow,drivermatrix"