695db2964e
Remove monolithic OpenFlow switch. Add userspace datapath. Fix BUG#13: Revise check wildcards for in_port != out_port output validation. Fix BUG#30: Made use of get_jiffies_64 instead of jiffies. Fix BUG#31: Fix NetFPGA crash in case of test_delete test harness run. Fix BUG#32: Add stack depth limitation to avoid inifinite loop in log_backtrace. Fix BUG#33: Improve NetFPGA kernel extension and NetFPGA image to support MAC address rewrite features (two actions) on NetFPGA enabled OpenFlow switch. Fix BUG#34: Add NetFPGA kernel extension source codes to create distribution package with NetFPGA correctly. Fix BUG#38: Improve regression test for FLOW_MOD ACTION SET_DL_SRC and SET_DL_DST. Fix BUG#39: Correct misunderstanding of byte order ops for OFPAT_XXX.
19 lines
807 B
Plaintext
19 lines
807 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 datapath-based
|
|
switch implementation.
|
|
|
|
-- Ben Pfaff <blp@nicira.com>, Tue, 6 Jan 2009 13:52:33 -0800
|