connmgr: Remove connmgr_must_output_local().
authorEthan Jackson <ethan@nicira.com>
Sat, 22 Jun 2013 17:48:42 +0000 (10:48 -0700)
committerEthan Jackson <ethan@nicira.com>
Fri, 28 Jun 2013 01:23:40 +0000 (18:23 -0700)
commitf7f1ea290307cd60060bd7c87fab1eee3d7e3e0a
treeb95641187860d314ada52628bde570ac9e17ccf6
parente20ae8113625b15f9231f74102d7b7d1eea6a4f6
connmgr: Remove connmgr_must_output_local().

connmgr_must_output_local() requires a 'struct connmgr' handle,
when in principle, it should simply be enough to know whether or
not in_band is enabled.  Breaking this up will allow
ofproto-dpif-xlate to disentangle itself from ofproto-dpif in future
patches.

Signed-off-by: Ethan Jackson <ethan@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
ofproto/connmgr.c
ofproto/connmgr.h
ofproto/ofproto-dpif-xlate.c