For SNAT, don't store the pre-fragment L2 header before actions are applied.
[sliver-openvswitch.git] / debian / openflow-switch.README.Debian
1 README.Debian for openflow-switch
2 ---------------------------------
3
4 * The switch must be configured before it can be used.  To configure
5   it interactively, install the openflow-switch-config package and run
6   the ofp-switch-setup program.  Alternatively, edit
7   /etc/default/openflow-switch by hand, then start the switch manually
8   with "/etc/init.d/openflow-switch start".
9
10 * To use the Linux kernel-based switch implementation, you will need
11   to build and install the OpenFlow kernel module.  To do so, install
12   the openflow-datapath-source package, then follow the instructions
13   given in /usr/share/doc/openflow-datapath-source/README.Debian
14
15 * This package does not yet support the userspace datapath-based
16   switch implementation.
17
18  -- Ben Pfaff <blp@nicira.com>, Tue,  6 Jan 2009 13:52:33 -0800