Getting the latest from git repos worked. But, now I have run into another problem. I got OpenFlow from git as well, and when I try to setup the connection between controller and the switch, I get the following error in NOX.
==== 00034|openflow|DBG:Passive tcp interface bound to port 6633 00035|nox|INFO:nox bootstrap complete 00036|openflow|DBG:Passive tcp interface received connection 00037|openflow|DBG:stream: negotiated OpenFlow version 0x97 (we support versions 0x97 to 0x97 inclusive, peer no later than version 0x98) 00038|nox|DBG:Success sending in 'sending switch config' 00039|nox|DBG:Success sending in 'receiving features reply' 00040|nox|DBG:Success receiving in 'receiving features reply' 00041|nox|WARN:Received error during handshake (0/0) terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info _injector<boost::bad_function_call> >' what(): call to empty boost::function Aborted === I thought may be the latest version is not supported, and tried both 0.9 and 0.9.0-rev1 and 0.8.9~2, still get the same error. Any fixes? Thanks, Pradeep > -----Original Message----- > From: Martin Casado [mailto:[email protected]] > Sent: Thursday, November 19, 2009 10:23 AM > To: Pradeep Padala > Cc: [email protected] > Subject: Re: [nox-dev] boot.sh error > > What distribution/compiler are you using? > > btw, I would suggest you clone from git://noxrepo.org/nox rather than > noxcore. The code in nox/ is simpler, and has less dependencies. We're > in the process of moving over to that as the primary repo. > > thanks, > Martin <snip> _______________________________________________ nox-dev mailing list [email protected] http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
