diff options
author | Jiri Popelka <jpopelka@redhat.com> | 2012-01-19 12:25:35 +0100 |
---|---|---|
committer | Jiri Popelka <jpopelka@redhat.com> | 2012-01-24 10:25:50 +0100 |
commit | 5fac03716e69e899932ed44e2210dca54a930381 (patch) | |
tree | 55553ec544b8aeb0b6f080aeb67b9091e5f79703 | |
parent | 6f050f1cdb7b826d94e6c1a9065d400b1c0c1fef (diff) | |
download | net-tools-5fac03716e69e899932ed44e2210dca54a930381.tar.gz net-tools-5fac03716e69e899932ed44e2210dca54a930381.tar.bz2 net-tools-5fac03716e69e899932ed44e2210dca54a930381.zip |
ifconfig(8): fix tunnel option syntax
The destination is not just the ipv4 address but the
ipv6 address notation for the ipv4 address.
-rw-r--r-- | man/de_DE/ifconfig.8 | 2 | ||||
-rw-r--r-- | man/en_US/ifconfig.8 | 2 | ||||
-rw-r--r-- | man/fr_FR/ifconfig.8 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/man/de_DE/ifconfig.8 b/man/de_DE/ifconfig.8 index e004dcc..df102d1 100644 --- a/man/de_DE/ifconfig.8 +++ b/man/de_DE/ifconfig.8 @@ -98,7 +98,7 @@ F\(:ugt der Schnittstelle eine IPv6-Adresse zu. .B "del addr/prefixlen" Entfernt eine IPv6-Adresse von der Schnittstelle. .TP -.B "tunnel aa.bb.cc.dd" +.B "tunnel ::aa.bb.cc.dd" Erzeugt ein neues SIT (IPv6-in-IPv4) Ger\(:at, das Pakete zum angegebenen Ziel tunnelt. .TP diff --git a/man/en_US/ifconfig.8 b/man/en_US/ifconfig.8 index 4461fb6..de5a0e8 100644 --- a/man/en_US/ifconfig.8 +++ b/man/en_US/ifconfig.8 @@ -113,7 +113,7 @@ Add an IPv6 address to an interface. .B "del addr/prefixlen" Remove an IPv6 address from an interface. .TP -.B "tunnel aa.bb.cc.dd" +.B "tunnel ::aa.bb.cc.dd" Create a new SIT (IPv6-in-IPv4) device, tunnelling to the given destination. .TP .B "irq addr" diff --git a/man/fr_FR/ifconfig.8 b/man/fr_FR/ifconfig.8 index 47ef1b0..18d7a1d 100644 --- a/man/fr_FR/ifconfig.8 +++ b/man/fr_FR/ifconfig.8 @@ -96,7 +96,7 @@ Ajoute une adresse IPv6 à une interface. .B "del adr/lg_prefix" Supprime une adresse IPv6 d'une interface. .TP -.B "tunnel aa.bb.cc.dd" +.B "tunnel ::aa.bb.cc.dd" Crée un nouveau périphérique SIT (IPv6-dans-IPv4), en mode tunnel jusqu'à la destination. .TP |