Show more information about connection when querying status.
authorJustin Pettit <jpettit@nicira.com>
Thu, 2 Jul 2009 20:40:20 +0000 (13:40 -0700)
committerJustin Pettit <jpettit@nicira.com>
Wed, 8 Jul 2009 18:19:52 +0000 (11:19 -0700)
commitae8871ec5b944315294bb9a1531d2ec8cc2ca3da
tree9e0243e39879a97417207b98c6bfd4ca32258916
parent193456d581423f894e57e8463ff5049c0d802f0a
Show more information about connection when querying status.

It is often useful in debugging to know the ports and IP addresses being
used in an OpenFlow connection.  This commit adds the remote and local
IP addresses and ports used for a connection to the "status" information
returned by ovs-ofctl.

Feature #1484.
secchan/status.c