First cut of management control protocol.
authorJustin Pettit <jpettit@nicira.com>
Wed, 11 Mar 2009 06:59:36 +0000 (23:59 -0700)
committerJustin Pettit <jpettit@nicira.com>
Wed, 11 Mar 2009 07:03:03 +0000 (00:03 -0700)
commit8d21e57e41220ddd692824c4770a08e3236a0394
treed81971f30f0d71249c54d196239f651e979bd93b
parent05f20efdc5f3615ff0d3165108824626fd8ec5e9
First cut of management control protocol.

Defines a management control protocol between the switch and NOX.
Currently, this is only used by vswitchd.  It allows the configuration
and monitoring of a switch as a whole, as opposed to the flow table view
provided by OpenFlow.  To enable, add the appropriate "mgmt" keys to
"vswitchd.conf".  Better docs will be forthcoming...
28 files changed:
include/openflow/nicira-ext.h
include/openflow/openflow-mgmt.h [new file with mode: 0644]
lib/automake.mk
lib/cfg.c
lib/cfg.h
lib/lockfile.c [new file with mode: 0644]
lib/lockfile.h [new file with mode: 0644]
lib/sha1.c [new file with mode: 0644]
lib/sha1.h [new file with mode: 0644]
lib/svec.c
lib/svec.h
lib/vlog-modules.def
secchan/main.c
secchan/ofproto.c
secchan/ofproto.h
secchan/secchan.8.in
tests/test-classifier.c
vswitchd/automake.mk
vswitchd/brcompat.c
vswitchd/brcompat.h
vswitchd/bridge.c
vswitchd/bridge.h
vswitchd/mgmt.c [new file with mode: 0644]
vswitchd/mgmt.h [new file with mode: 0644]
vswitchd/vswitchd.8.in
vswitchd/vswitchd.c
vswitchd/vswitchd.conf.5
vswitchd/vswitchd.h [new file with mode: 0644]