diff --git a/docs/XenMyWay.xml b/docs/XenMyWay.xml
index 7037fb6d4..e51293192 100644
--- a/docs/XenMyWay.xml
+++ b/docs/XenMyWay.xml
@@ -259,19 +259,6 @@ hostname = name
# storage devices:
disk = [ 'phy:hda3,hda3,w' ]
-
- Under some circumstances, UDP and/or TCP communication from a
- domU won't work for no obvious reason. That happend with the 'lists'
- domain in my setup. Looking at the IP traffic with tcpdump
- -nvvi eth1 in the firewall domU showed that UDP packets
- from the lists domU had incorrect checksums. That problem was
- corrected by arranging for the following command to be executed in
- the 'lists' domain when its eth0 device was brought up:
-
- ethtool -K eth0 tx off
-
-
/etc/xen/auto/03-wireless — configuration file for the wireless
domain.
@@ -310,6 +297,21 @@ disk = [ 'phy:hdb4,hdb4,w' ]
The zones correspond to the Shorewall zones in the Dom0
configuration.
+
+ Under some circumstances, UDP and/or TCP communication from a
+ domU won't work for no obvious reason. That happened with the
+ lists domain in my setup. Looking at
+ the IP traffic with tcpdump -nvvi eth1 in the
+ firewall domU showed that UDP packets
+ from the lists domU had incorrect
+ checksums. That problem was corrected by arranging for the following
+ command to be executed in the lists
+ domain when its eth0 device
+ was brought up:
+
+ ethtool -K eth0 tx off
+
+
SuSE 10.0 includes Xen 3.0 which does not support PCI
delegation
PCI delegation was a feature of Xen 2.0 but that capability