aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2012-04-11 15:40:19 -0400
committerBill Nottingham <notting@redhat.com>2012-06-29 17:05:55 -0400
commitf60175712481ac2e595298e6957765b05269d465 (patch)
tree9090fdbdb17cec145e07e7ce0c29a26e1faa43bf
parentb96b6f352d5eabac473f200759b99d53f6143a19 (diff)
downloadinitscripts-f60175712481ac2e595298e6957765b05269d465.tar
initscripts-f60175712481ac2e595298e6957765b05269d465.tar.gz
initscripts-f60175712481ac2e595298e6957765b05269d465.tar.bz2
initscripts-f60175712481ac2e595298e6957765b05269d465.tar.xz
initscripts-f60175712481ac2e595298e6957765b05269d465.zip
Update documentation to not reference ifconfig.
-rw-r--r--ipv6-tunnel.howto2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipv6-tunnel.howto b/ipv6-tunnel.howto
index 19646363..ac5de0dc 100644
--- a/ipv6-tunnel.howto
+++ b/ipv6-tunnel.howto
@@ -88,7 +88,7 @@ Tunnel can be brought up and down with:
ifdown sit1
NOTE: In initscripts < 6.02 (ie. IPV6_TUNNELMODE=NBMA), even though sit1 is used,
-'ifconfig' sees the tunnel as sit0. This is due to an "interesting" implementation
+'ip' sees the tunnel as sit0. This is due to an "interesting" implementation
of tunneling -- else multiple tunnels couldn't be used extensibly.
NOTE: iproute tools give more reliable data, try e.g. '/sbin/ip addr ls'.