ofproto-dpif: Fix argument in send_packet() call.
authorBen Pfaff <blp@nicira.com>
Wed, 18 May 2011 23:46:31 +0000 (16:46 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 19 May 2011 17:51:45 +0000 (10:51 -0700)
commitf7f2ec052c9fbbca6140830c0c34ef61d85196f3
tree57b248a8f853f8960c382b7bd684710c797f683c
parentb2fda3effc787f265b5ad5dfa967ac00627bd075
ofproto-dpif: Fix argument in send_packet() call.

The second argument to send_packet() is an ODP port, not an OFP port, so
we need to use ODPP_LOCAL instead of OFPP_LOCAL.
ofproto/ofproto-dpif.c