aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/README.incompatibilities
diff options
context:
space:
mode:
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>2006-03-31 00:09:42 +0100
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>2006-03-31 00:09:42 +0100
commit26c829aa89c7686c0fb591429c654837e1606d40 (patch)
tree11126a8b466fc97bd2290c0cf0d19adc6a18ac3a /tools/examples/README.incompatibilities
parenta638cd3e8916998d1506b3bfc875520dcafa4552 (diff)
downloadxen-26c829aa89c7686c0fb591429c654837e1606d40.tar.gz
xen-26c829aa89c7686c0fb591429c654837e1606d40.tar.bz2
xen-26c829aa89c7686c0fb591429c654837e1606d40.zip
Don't use abbreviated ip subcommands -- these are not accepted by iproute2.
Closes bug #478. Signed-off-by: Ewan Mellor <ewan@xensource.com>
Diffstat (limited to 'tools/examples/README.incompatibilities')
-rw-r--r--tools/examples/README.incompatibilities7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/examples/README.incompatibilities b/tools/examples/README.incompatibilities
index 87b2dbd62e..bb067bd419 100644
--- a/tools/examples/README.incompatibilities
+++ b/tools/examples/README.incompatibilities
@@ -24,6 +24,13 @@ Gentoo doesn't have ifup/ifdown; appropriate alternatives are defined in
xen-network-common.sh.
+ip
+--
+
+Newer ip commands (from iproute2) do not accept the abbreviated syntax "ip r a
+..." etc. "ip route add ..." must be used instead.
+
+
sed
---