Hi,

Yes.  return CONTINUE passes it to the next component and return STOP
prevents the next component from getting it.  This is true for both
C/C++ components and Python components.

Regards
KK

On 12 July 2010 10:40, Richard Mortier <m...@cantab.net> wrote:
> On 12 July 2010 18:19, Ricardo Bennesby <ricardo.benne...@gmail.com> wrote:
> [ snip STOP vs. CONTINUE examples ]
>>
>> Doesn't it mean that the lldp packets are dropped, because no actions are
>> specified and they are not forward?
>
> as i understand it, if the packets end up being processed at the
> controller (nox_core running pyswitch.py in this case), "return STOP"
> will cause them to drop, and "return CONTINUE" will cause them to
> continue to be processed and thus forwarded.  installing the flow
> entry at the switch (datapath) causes them not to even reach the
> controller in future unless so directed by the flow entry's action.
>
> (i also had similar problems when setting all this up on a single
> machine managing a single ethernet interface, but they went away once
> i moved to openvswitch, albeit to be replaced by other ones which i'm
> still in the process of understanding :)
>
> cheers,
>
> --
> Richard Mortier
> m...@cantab.net
>

_______________________________________________
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org

Reply via email to