Re: [nox-dev] Component: hosttracker

2011-12-06 Thread ztom
(for example - what do *you* mean when you say when I remove the host? :). In a physical environment, this can mean turning the machine off, or unplugging its network cable, both of which events aren't easily detectable from the network's perspective) remove means unplugging its network

Re: [nox-dev] does openflow dedicated switch surpport layer 3 processing

2011-12-06 Thread Junlong
You can search routing on the maillist or look at this earlier thread: http://noxrepo.org/pipermail/nox-dev/2011-April/007494.html *Srini *wrote: Ping will not work because NOX routing module does not provide conventional IP routing. You will need to code it yourself. There is another thread

[nox-dev] flow_in.hh inclusion

2011-12-06 Thread Nikhil Handigol
Hi, I've written a new module, which I want to use to handle flow-in events. But #include authenticator/flow_in.hh' is throwing a compilation error: error: authenticator/flow_in.hh: No such file or directory I've written modules in the past without this issue, and I'm not able to figure out