ofproto: Fix remaining incorrect users of OVSP_LOCAL.
authorJustin Pettit <jpettit@nicira.com>
Wed, 9 Jan 2013 00:39:15 +0000 (16:39 -0800)
committerJustin Pettit <jpettit@nicira.com>
Wed, 9 Jan 2013 05:30:13 +0000 (21:30 -0800)
commitee382d89186673e2308b6fca5e4904279600c25b
treef149d499bb8cf6c1ee702f555d1672459b1ef236
parentffcb9f6ebc6e2914ecbc27e964f7bef4730db642
ofproto: Fix remaining incorrect users of OVSP_LOCAL.

In the switch to a single datapath, the simple mapping between
OFPP_LOCAL and OVSP_LOCAL was broken.  Unfortunately, a couple of
translations were missed, so this commit fixes them.

Reported-by: Jesse Gross <jesse@nicira.com>
Signed-off-by: Justin Pettit <jpettit@nicira.com>
ofproto/connmgr.c
ofproto/connmgr.h
ofproto/in-band.c
ofproto/in-band.h
ofproto/ofproto-dpif.c