X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fofp-util.h;h=245cc4e065cac8c5aa07eed66cfcf7b98bff42a5;hb=28c5588e8e1a8d091c5d2275232c35f2968a97fa;hp=298d595eff762c5ded19b235517665e4ebd4cdaf;hpb=5deff5aa263a72a99141e95e50821f77bc687f15;p=sliver-openvswitch.git diff --git a/lib/ofp-util.h b/lib/ofp-util.h index 298d595ef..245cc4e06 100644 --- a/lib/ofp-util.h +++ b/lib/ofp-util.h @@ -246,6 +246,13 @@ enum ofputil_flow_mod_flags { OFPUTIL_FF_CHECK_OVERLAP = 1 << 3, /* All versions. */ OFPUTIL_FF_EMERG = 1 << 4, /* OpenFlow 1.0 only. */ OFPUTIL_FF_RESET_COUNTS = 1 << 5, /* OpenFlow 1.2+. */ + + /* Flags that are only set by OVS for its internal use. Cannot be set via + * OpenFlow. */ + OFPUTIL_FF_HIDDEN_FIELDS = 1 << 6, /* Allow hidden match fields to be + set or modified. */ + OFPUTIL_FF_NO_READONLY = 1 << 7, /* Allow rules within read only tables + to be modified */ }; /* Protocol-independent flow_mod.