hi,
> @@ -708,9 +711,7 @@ dpif_netdev_flow_from_nlattrs(const struct nlattr *key,
> uint32_t key_len,
> return EINVAL;
> }
>
> - if (flow->in_port < OFPP_MAX
> - ? flow->in_port >= MAX_PORTS
> - : flow->in_port != OFPP_LOCAL && flow->in_port != OFPP_NONE) {
> + if (odp_to_u32(flow->in_port.odp_port) >= MAX_PORTS) {
> return EINVAL;
> }
it seems that this change broke packet_out with in_port=controller.
YAMAMOTO Takashi
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev