Files
openflow/debian/openflow-switch.README.Debian
T
Ben Pfaff 480d4a9a7b Move ofp-switch-config into new package openflow-switch-config.
This reduces the openflow-switch package's number of dependencies, making
it easier to install.
2008-10-31 14:09:53 -07:00

17 lines
727 B
Plaintext

README.Debian for openflow-switch
---------------------------------
* The switch must be configured before it can be used. To configure
it interactively, install the openflow-switch-config package and run
the ofp-switch-setup program. Alternatively, edit
/etc/default/openflow-switch by hand, then start the switch manually
with "/etc/init.d/openflow-switch start".
* To use the Linux kernel-based switch implementation, you will need
to build and install the OpenFlow kernel module. To do so, install
the openflow-datapath-source package, then follow the instructions
given in /usr/share/doc/openflow-datapath-source/README.Debian
* This package does not yet support the userspace switch
implementation.