Simon Hunt | 924f7d1 | 2016-03-08 20:19:33 -0800 | [diff] [blame^] | 1 | # Local VirtualBox-based single ONOS instance & ONOS mininet box |
2 | |||||
3 | export ONOS_NIC=192.168.56.* | ||||
4 | export OC1="192.168.56.101" | ||||
5 | export OCN="192.168.56.103" | ||||
6 | |||||
7 | export ONOS_APPS="drivers,openflow,drivermatrix" |