Hi Anand,

I know this can be done with C/C++ nicely.  However, it seems like the
functionalities might not have been exposed to Python.  One way is to
pack the OpenFlow packet (flow_mod) in Python and send the raw string.
 Not sure if that is supported though.  I would like those more
familiar with the Python side of NOX advise.

Regards
KK

On 29 November 2010 17:32, Anand Bawiskar <andyat...@gmail.com> wrote:
> Hi,
>
> I checked the src/nox/core.py  file for and found that make_action_array()
> does not
> support OFPAT_ENQUEUE type of action.
> Due to this i get an error "'invalid action type 11" when i try to map the
> flow to a particular
> queue using OFPAT_ENQUEUE action through NOX controller.
> Can anyone tell me if this support is available for NOX in any of the
> openflow development branches?
> I am using openflow 1.0 version.
>
>
> Thanks,
> Anand bawiskar
>
> _______________________________________________
> nox-dev mailing list
> nox-dev@noxrepo.org
> http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
>
>

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

Reply via email to