ofproto-dpif: Consistently set NetFlow Output Interface.
authorEthan Jackson <ethan@nicira.com>
Fri, 18 Nov 2011 01:11:04 +0000 (17:11 -0800)
committerEthan Jackson <ethan@nicira.com>
Fri, 18 Nov 2011 21:48:58 +0000 (13:48 -0800)
commit4b23aebfca469739f6c4b03ad1c7c7bab9e902ba
treea8376f7958f70567963bec394a398c0a13ba3e7e
parente29749d571b1e23ef8512c1da3407f2451df0ee3
ofproto-dpif: Consistently set NetFlow Output Interface.

Some parts of the code set the NetFlow Output Interface to the
OpenFlow port.  Other set it to the datapath port.  This patch
consistently sets it to the OpenFlow port.
ofproto/ofproto-dpif.c