ofproto: Fix ofproto_send_packet() treatment of vlan_tci parameter.
authorBen Pfaff <blp@nicira.com>
Wed, 4 May 2011 22:44:51 +0000 (15:44 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 16 May 2011 20:40:46 +0000 (13:40 -0700)
commit9219e45404792b2e0a55e799f8353c63073dce4a
treeb7b5b093583fed928e9841a5b3c5a6c91e063abe
parentc5530655f33f066150294fb12e7a73992edd4188
ofproto: Fix ofproto_send_packet() treatment of vlan_tci parameter.

ofproto_send_packet() seems very confused about whether vlan_tci is in
host or network byte order.  But the callers always pass 0 anyway, so we
might as well remove it.
ofproto/ofproto.c
ofproto/ofproto.h