X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fofp-parse.c;h=1d71370d4d0c78455389eba3d8e4537a1af38ec4;hb=7f05e7abc8fc190c5ff60dd3c3fcd4b9eb5c8dfa;hp=054db60e440f73454fb33ca8bd25baed15897589;hpb=558e2cc58e16f6e3cee44926d69d385d84d42521;p=openvswitch diff --git a/lib/ofp-parse.c b/lib/ofp-parse.c index 054db60e..1d71370d 100644 --- a/lib/ofp-parse.c +++ b/lib/ofp-parse.c @@ -829,7 +829,7 @@ parse_ofp_str(struct ofputil_flow_mod *fm, int command, const char *str_, fm->idle_timeout = OFP_FLOW_PERMANENT; fm->hard_timeout = OFP_FLOW_PERMANENT; fm->buffer_id = UINT32_MAX; - fm->out_port = OFPP_NONE; + fm->out_port = OFPP_ANY; fm->flags = 0; if (fields & F_ACTIONS) { act_str = strstr(string, "action");