X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fofp-util.c;h=90124ec86af0104bda224608d142f7ab22c44423;hb=44bac24ba5d22fe238bd96702707eb2029efec41;hp=501ccab2cd995d3a7fca34200c741ff1678e1f62;hpb=145fd58030ecefe8d61740d681e677521e7eff80;p=openvswitch diff --git a/lib/ofp-util.c b/lib/ofp-util.c index 501ccab2..90124ec8 100644 --- a/lib/ofp-util.c +++ b/lib/ofp-util.c @@ -1461,10 +1461,7 @@ ofputil_decode_flow_mod(struct ofputil_flow_mod *fm, } /* Converts 'fm' into an OFPT_FLOW_MOD or NXT_FLOW_MOD message according to - * 'protocol' and returns the message. - * - * 'flow_mod_table_id' should be true if the NXT_FLOW_MOD_TABLE_ID extension is - * enabled, false otherwise. */ + * 'protocol' and returns the message. */ struct ofpbuf * ofputil_encode_flow_mod(const struct ofputil_flow_mod *fm, enum ofputil_protocol protocol)