diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2022-03-13 17:29:16 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2022-03-13 17:29:16 +0000 |
commit | c8507f428fc7f99da40fc59024742291e42136a7 (patch) | |
tree | 1e0f4ce856d9546834192418f8a9ef24e7de3063 /sys/man/8 | |
parent | 6e4a1fda8c6105bc18aa7c26ff1fd28e18fec986 (diff) |
ipconfig(8): add -t flag to enable source address translation
Diffstat (limited to 'sys/man/8')
-rw-r--r-- | sys/man/8/ipconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/man/8/ipconfig b/sys/man/8/ipconfig index 767eebf4a..5a86f4495 100644 --- a/sys/man/8/ipconfig +++ b/sys/man/8/ipconfig @@ -5,7 +5,7 @@ ipconfig, rip, linklocal \- Internet configuration and routing .in +0.25i .ti -0.25i .B ip/ipconfig -.RB [ -6DGNOPdnpruX ] +.RB [ -6DGNOPdnprtuX ] .RB [ -b .IR baud ] .RB [ -c @@ -223,6 +223,10 @@ This option directs .I ipconfig instead to fork a background process that keeps trying forever. .TP +.B t +enable source address translation on the interface and default route. +(only usefull for IPv4). +.TP .B u disable IPv6 duplicate discovery detection, which removes any existing ARP table entry for one of our IPv6 addresses |