Break dpctl into two programs: ovs-ofctl and ovs-dpctl.
authorBen Pfaff <blp@nicira.com>
Fri, 15 May 2009 22:48:58 +0000 (15:48 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 15 May 2009 23:30:27 +0000 (16:30 -0700)
commit042bb01062a0c302e654bb925f60f522cd2e158b
tree4a31120140fed54f7e631a58118f4f991d078845
parent95adbf80875381b2bd6e28310e7cbc8d036dfb94
Break dpctl into two programs: ovs-ofctl and ovs-dpctl.

The datapath and OpenFlow are fairly different and it seems wrong
conceptually to work with both in a single program.  So this commit breaks
them up into two programs.
28 files changed:
INSTALL
README
debian/openvswitch-switch.init
debian/openvswitch-switch.install
debian/openvswitch-switch.manpages
debian/openvswitch-switch.template
debian/ovs-switch-setup.8
lib/vlog-modules.def
secchan/secchan.8.in
utilities/.gitignore
utilities/automake.mk
utilities/dpctl.8.in [deleted file]
utilities/dpctl.c [deleted file]
utilities/ovs-appctl.8.in
utilities/ovs-controller.8.in
utilities/ovs-discover.8.in
utilities/ovs-dpctl.8.in [new file with mode: 0644]
utilities/ovs-dpctl.c [new file with mode: 0644]
utilities/ovs-monitor
utilities/ovs-ofctl.8.in [new file with mode: 0644]
utilities/ovs-ofctl.c [new file with mode: 0644]
utilities/ovs-pki.8.in
vswitchd/bridge.c
vswitchd/vswitchd.8.in
vswitchd/vswitchd.conf.5.in
xenserver/etc_init.d_vswitch
xenserver/etc_profile.d_vswitch.sh
xenserver/vswitch-xen.spec