stream: Log a warning when the default OpenFlow or OVSDB port is used.
authorJustin Pettit <jpettit@nicira.com>
Mon, 23 Sep 2013 21:20:27 +0000 (14:20 -0700)
committerJustin Pettit <jpettit@nicira.com>
Tue, 1 Oct 2013 23:46:40 +0000 (16:46 -0700)
Both OpenFlow and OVSDB have new IANA-assigned port numbers.  We still
default to the original values (6633 and 6632, respectively), but this
commit logs a warning.  In the future, we will switch to the official
values (6653 and 6640, respectively).

Signed-off-by: Justin Pettit <jpettit@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>

No differences found