http://ryu.readthedocs.io/en/latest/nicira_ext_ref.html?highlight=frag
indicates that ryu can make an 'ip_frag' match, but doesnt define the
mapping between integers and the five options (from
http://manpages.ubuntu.com/manpages/precise/man8/ovs-ofctl.8.html):
    no Matches only non-fragmented packets.
    yes Matches all fragments.
    first Matches only fragments with offset 0.
    later Matches only fragments with nonzero offset.
    not_later Matches non-fragmented packets and fragments with zero offset.

When i test, setting an ip_frag match to
    0x00=no
    0x01=first
    0x02=<error>
    0x03=later
    should there be enums in nicira_ext.py to define these values?

if so, i can submit a patch, but also need to know correct values for the
other two match rules('yes' and 'not_later').
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to