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 | |
Simon Hunt | 879d9f0 | 2017-09-07 13:04:56 -0700 | [diff] [blame] | 7 | export ONOS_APPS="drivers,openflow,fwd,drivermatrix,null" |