For SNAT, don't store the pre-fragment L2 header before actions are applied.
[sliver-openvswitch.git] / debian / openflow-datapath-source.README.Debian
1 OpenFlow for Debian
2 -------------------
3
4 * How do I build this module the Debian way?
5
6     - Building with module-assistant:
7
8         $ module-assistant auto-install openflow
9       or
10         $ m-a a-i openflow
11
12       If kernel source or headers are in a non-standard directory, add
13       the option -k /path/to/kernel/source with the correct path.
14
15     - Building with make-kpkg
16
17         $ cd /usr/src/
18         $ tar jxvf openflow.tar.bz2
19         $ cd /usr/src/kernel-source-2.6.9
20         $ make-kpkg --added-modules=openflow modules
21
22     - Building without make-kpkg
23
24         $ cd /usr/src/
25         $ tar jxvf openflow.tar.bz2
26         $ cd modules/openflow
27         $ fakeroot debian/rules kdist_image
28
29       If you run this as root, fakeroot is not needed.
30
31  -- OpenFlow Team <openflow-dev@lists.stanford.edu>, Thu, 12 Jun 2008 16:42:38 -0700