View | Details | Raw Unified | Return to bug 208173
Collapse All | Expand All

(-)sbin/ifconfig/ifconfig.8 (-2 / +3 lines)
Lines 2469-2475 Link Here
2469
The following parameters are specific to IP tunnel interfaces,
2469
The following parameters are specific to IP tunnel interfaces,
2470
.Xr gif 4 :
2470
.Xr gif 4 :
2471
.Bl -tag -width indent
2471
.Bl -tag -width indent
2472
.It Cm tunnel Ar src_addr dest_addr
2472
.It Cm tunnel Ar src_addr dest_addr | Cm inet6 tunnel Ar src_addr dest_addr
2473
Configure the physical source and destination address for IP tunnel
2473
Configure the physical source and destination address for IP tunnel
2474
interfaces.
2474
interfaces.
2475
The arguments
2475
The arguments
Lines 2477-2483 Link Here
2477
and
2477
and
2478
.Ar dest_addr
2478
.Ar dest_addr
2479
are interpreted as the outer source/destination for the encapsulating
2479
are interpreted as the outer source/destination for the encapsulating
2480
IPv4/IPv6 header.
2480
IPv4/IPv6 header. For IPv6 encapsulation, use 
2481
.Cm inet6 tunnel.
2481
.It Fl tunnel
2482
.It Fl tunnel
2482
Unconfigure the physical source and destination address for IP tunnel
2483
Unconfigure the physical source and destination address for IP tunnel
2483
interfaces previously configured with
2484
interfaces previously configured with

Return to bug 208173