in-band: don't use system type when opening netdev
authorThadeu Lima de Souza Cascardo <cascardo@redhat.com>
Mon, 18 Jul 2016 16:10:41 +0000 (13:10 -0300)
committerThadeu Lima de Souza Cascardo <cascardo@redhat.com>
Wed, 27 Jul 2016 12:05:58 +0000 (09:05 -0300)
commit4cdef2e29e4a51426471c37b9d1abe81af1794dd
treee67d024085dfabcffc821fa0b8a8beec43776660
parent78a0f734f9a7a15479b6ead616a0d9bee38a916b
in-band: don't use system type when opening netdev

A netdev might be already opened with a different type and that can be used
instead. The system type is already the default type that will be used when
there is no netdev opened and the type is not specified.

And as long as the opened netdev supports the required operations, it doesn't
matter its type.

Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@redhat.com>
ofproto/in-band.c