diff options
author | Bill Nottingham <notting@redhat.com> | 2012-04-11 15:40:19 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2012-04-11 15:40:19 -0400 |
commit | 55220bb2c9755037b80c73582bf8c963d6358516 (patch) | |
tree | 7d0994e42194b88f612dcad0877e52d4cd8177c8 /ipv6-tunnel.howto | |
parent | e34ad8058e963e30e53ee0d915a8c44a2a391970 (diff) | |
download | initscripts-55220bb2c9755037b80c73582bf8c963d6358516.tar initscripts-55220bb2c9755037b80c73582bf8c963d6358516.tar.gz initscripts-55220bb2c9755037b80c73582bf8c963d6358516.tar.bz2 initscripts-55220bb2c9755037b80c73582bf8c963d6358516.tar.xz initscripts-55220bb2c9755037b80c73582bf8c963d6358516.zip |
Update documentation to not reference ifconfig.
Diffstat (limited to 'ipv6-tunnel.howto')
-rw-r--r-- | ipv6-tunnel.howto | 2 |
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'. |