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)
commit363591508db8f17045c9159522ad9511e63cba2e
treeae2e8510fbc68c72cb78a1e2b4498d299bcedf77
parent125b02910c61f87364f4c58e3810876ef747a98f
stream: Log a warning when the default OpenFlow or OVSDB port is used.

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>
NEWS
lib/stream.c