Changes between Version 6 and Version 7 of Internal/OpenFlow/TunnelNotes
- Timestamp:
- Aug 6, 2010, 3:44:45 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/OpenFlow/TunnelNotes
v6 v7 127 127 I've followed the steps from the previos build of nox. Lets see if I get stuck. 128 128 129 Apparently a few things have changed. The nox core executable is now located the src subdirectory of the build directory. And there is some nox.xml file thats required now. If we installed it would live in the /etc directory. However you can change the path (in case you just want to run from the build directory) with the -c flag. I ran this command from the /opt/kknox/build/src 130 131 {{{ 132 ./nox_core -c ./etc/nox.xml -v -i ptcp:6633 routing 133 }}}