Modify OpenFlow commands related to ports to be more expressive.
authorJustin Pettit <jpettit@nicira.com>
Mon, 22 Sep 2008 22:18:22 +0000 (15:18 -0700)
committerJustin Pettit <jpettit@nicira.com>
Mon, 22 Sep 2008 22:18:22 +0000 (15:18 -0700)
commit9da88ee2ad791e259a8c88ba2fc116830293aaf5
tree9e770e28ab3381f625a584619ec32d4f44d0be9a
parent35e701d77a7b99737af35b638a7224546e3923c7
Modify OpenFlow commands related to ports to be more expressive.

This new OpenFlow message format provides a cleaner interface and greater
detail and control over ports.  It is now possible to see what features
the switch's port is currently configured as having, what it's advertising,
and what it's capable of handling.  It is also possible to return the
features advertised by the port's peer.
12 files changed:
datapath/datapath.c
datapath/datapath.h
datapath/dp_notify.c
datapath/forward.c
include/netdev.h
include/openflow.h
lib/learning-switch.c
lib/netdev.c
lib/ofp-print.c
secchan/secchan.c
switch/datapath.c
utilities/dpctl.c