Ben Pfaff wrote:
Glen Gibb <[EMAIL PROTECTED]> writes:

When you get a chance can you push a version of NOX that is compatible
with 0x97 to noxrepo.org please?

In the mean time I'll pull from your internal repo.

I'm not sure that we've yet added support for 0x97 to NOX, but we
will certainly push it to noxrepo when we do.
Thanks Ben/Martin,

At this stage I'm happy without support for some of the new OpenFlow features -- I'm just after a version that compiles against 0x97.

The noxrepo version doesn't compile due to the location of the openflow.h file in OpenFlow v0.8.9 (moved from include -> include/openflow). For people wanting a version that compiles against the current version of nox you can link the 3 header files in include/openflow into include in your openflow directory:

cd <path to openflow>
cd include
ln -s openflow/openflow.h
ln -s openflow/openflow-netlink.h
ln -s openflow/nicira-ext.h

(Or people can actually update config/ac_check_openflow.m4 ;-) )

Glen



_______________________________________________
nox-dev mailing list
[email protected]
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org

Reply via email to