blob: 1785bfceca937ced73ffc81cd915ccd92698bb93 [file] [log] [blame]
Thomas Vachuska785f5812015-03-19 01:11:00 -07001# Optical use-case VirtualBox-based single ONOS instance & ONOS mininet box
weibit38c42ed2014-10-09 19:03:54 -07002
3export ONOS_NIC=192.168.56.*
4export OC1="192.168.56.101"
5export OCN="192.168.56.103"
6
Thomas Vachuska785f5812015-03-19 01:11:00 -07007export ONOS_APPS="openflow,fwd,proxyarp,mobility,optical"