dpif: Allow the port number to be requested when adding an interface.
authorJustin Pettit <jpettit@nicira.com>
Sat, 28 Jul 2012 06:58:24 +0000 (23:58 -0700)
committerJustin Pettit <jpettit@nicira.com>
Tue, 31 Jul 2012 03:54:16 +0000 (20:54 -0700)
commit232dfa4aa32a1a5ba99f671a6fd7de58b2bd8b3c
tree79e906f30748df7ee7daf2b8a46b49992816545e
parent8a77bb2ec8d25a61955bbb041cf1e45e8966da76
dpif: Allow the port number to be requested when adding an interface.

The datapath allows requesting a specific port number for a port, but
the dpif interface didn't expose it.  This commit adds that support.

Signed-off-by: Justin Pettit <jpettit@nicira.com>
lib/dpif-linux.c
lib/dpif-netdev.c
lib/dpif-provider.h
lib/dpif.c
ofproto/ofproto-dpif.c