diff options
-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'. |