ofproto-dpif: Fix "ofproto/trace" of flow for local port.
authorBen Pfaff <blp@nicira.com>
Wed, 15 Aug 2012 00:14:43 +0000 (17:14 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 29 Oct 2012 23:16:39 +0000 (16:16 -0700)
commit885b000fab2673744004b66eddd4569e2f1f9c2e
treefb8c64d15880d49ac30be082766f80071dad5128
parent3f99442dc413ebcffcfeb36bfeabd74c58392dd1
ofproto-dpif: Fix "ofproto/trace" of flow for local port.

The 'in_port' variable is an OpenFlow port, not an ODP port, so we should
not translate it to ODP.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Justin Pettit <jpettit@nicira.com>
ofproto/ofproto-dpif.c