Commit 5fac0371 authored by Jiri Popelka's avatar Jiri Popelka

ifconfig(8): fix tunnel option syntax

The destination is not just the ipv4 address but the
ipv6 address notation for the ipv4 address.
parent 6f050f1c
...@@ -98,7 +98,7 @@ F\(:ugt der Schnittstelle eine IPv6-Adresse zu. ...@@ -98,7 +98,7 @@ F\(:ugt der Schnittstelle eine IPv6-Adresse zu.
.B "del addr/prefixlen" .B "del addr/prefixlen"
Entfernt eine IPv6-Adresse von der Schnittstelle. Entfernt eine IPv6-Adresse von der Schnittstelle.
.TP .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 Erzeugt ein neues SIT (IPv6-in-IPv4) Ger\(:at, das Pakete zum angegebenen
Ziel tunnelt. Ziel tunnelt.
.TP .TP
......
...@@ -113,7 +113,7 @@ Add an IPv6 address to an interface. ...@@ -113,7 +113,7 @@ Add an IPv6 address to an interface.
.B "del addr/prefixlen" .B "del addr/prefixlen"
Remove an IPv6 address from an interface. Remove an IPv6 address from an interface.
.TP .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. Create a new SIT (IPv6-in-IPv4) device, tunnelling to the given destination.
.TP .TP
.B "irq addr" .B "irq addr"
......
...@@ -96,7 +96,7 @@ Ajoute une adresse IPv6 à une interface. ...@@ -96,7 +96,7 @@ Ajoute une adresse IPv6 à une interface.
.B "del adr/lg_prefix" .B "del adr/lg_prefix"
Supprime une adresse IPv6 d'une interface. Supprime une adresse IPv6 d'une interface.
.TP .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 Crée un nouveau périphérique SIT (IPv6-dans-IPv4), en mode
tunnel jusqu'à la destination. tunnel jusqu'à la destination.
.TP .TP
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment