ofproto-dpif: Use proper special value for the reserved PID.
authorJustin Pettit <jpettit@nicira.com>
Sat, 5 Jan 2013 02:21:27 +0000 (18:21 -0800)
committerJustin Pettit <jpettit@nicira.com>
Thu, 10 Jan 2013 22:38:31 +0000 (14:38 -0800)
commit9032f11e8fbbe3b89fa39cd10e28cbdc81225fa0
tree41c46e2a5a35f3d7c46beab6db0c7b23c1c81a2e
parent2f8999f5108c4927be56730a8356604bebe8139f
ofproto-dpif: Use proper special value for the reserved PID.

The compose_slow_path() function used UINT16_MAX for
dpif_port_get_pid(), when it should be UINT32_MAX to get the proper
reserved PID.

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