On Mon, Jul 23, 2012 at 05:08:44PM +0900, Isaku Yamahata wrote:
> Signed-off-by: Isaku Yamahata <yamah...@valinux.co.jp>

As far as I can tell, this doesn't delete the code at the end of
ofpacts_pull_openflow11_instructions() that signals an error on these
instructions:

    if (insts[OVSINST_OFPIT11_GOTO_TABLE] ||
        insts[OVSINST_OFPIT11_WRITE_METADATA] ||
        insts[OVSINST_OFPIT11_WRITE_ACTIONS] ||
        insts[OVSINST_OFPIT11_CLEAR_ACTIONS]) {
        error = OFPERR_OFPBIC_UNSUP_INST;
        goto exit;
    }

Is that intentional?
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to