Simon Hunt | 924f7d1 | 2016-03-08 20:19:33 -0800 | [diff] [blame] | 1 | # Local VirtualBox-based single ONOS instance & ONOS mininet box |
2 | |||||
Simon Hunt | 6305463 | 2017-08-07 09:07:54 -0700 | [diff] [blame] | 3 | export ONOS_NIC=192.168.36.* |
4 | export OC1="192.168.36.1" | ||||
5 | export OCN="192.168.36.101" | ||||
Simon Hunt | 924f7d1 | 2016-03-08 20:19:33 -0800 | [diff] [blame] | 6 | |
Sean Condon | bf7ff4f | 2019-03-17 16:18:42 +0000 | [diff] [blame^] | 7 | export ONOS_APPS="gui,drivers,openflow,fwd,drivermatrix,null" |