blob: 1c20c21cac2ff91ee02e64853253f903e460c679 [file] [log] [blame]
tom2482e6f2014-10-01 16:51:48 -07001# 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"
Pavlin Radoslavov0770d0f2014-10-15 15:58:31 -07006
Sean Condonbf7ff4f2019-03-17 16:18:42 +00007export ONOS_APPS="gui,drivers,openflow,fwd,proxyarp,mobility"