dpif-linux.c: Let the kernel pick a port number if one not requested.
authorJustin Pettit <jpettit@nicira.com>
Wed, 14 Nov 2012 23:58:19 +0000 (15:58 -0800)
committerJustin Pettit <jpettit@nicira.com>
Fri, 16 Nov 2012 20:35:55 +0000 (12:35 -0800)
commit78a2d59c1c7fd057e1ca888c92f2f86efcf8b53a
tree5c957e2260b5d67025ec8484de35dcc11ce43e9c
parent29c743b672eeaca8bad2c4ef86088730a95accd0
dpif-linux.c: Let the kernel pick a port number if one not requested.

With the single datapath change, we no longer depend on the kernel to
make sure that we don't reuse OpenFlow port numbers, since the ofproto
library now picks them.  Remove the code that contained that logic.

Suggested-by: Ben Pfaff <blp@nicira.com>
Signed-off-by: Justin Pettit <jpettit@nicira.com>
lib/dpif-linux.c