diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-04-19 01:08:51 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-04-19 01:08:51 +0200 |
commit | 638b4a1ec113adebdd6a85d647574a46e0b7feab (patch) | |
tree | a7f73ff337561664e71c95124a37179e20299310 /sys/man/3 | |
parent | 691370a08dbfda305f0302023618211ffbfbce7a (diff) |
devip: add "reflect" ctl message, fix memory leaks in icmpv6, fix source address for icmpttlexceeded, cleanup
Diffstat (limited to 'sys/man/3')
-rw-r--r-- | sys/man/3/ip | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/sys/man/3/ip b/sys/man/3/ip index 10e48d371..76430cd01 100644 --- a/sys/man/3/ip +++ b/sys/man/3/ip @@ -194,16 +194,19 @@ Set the maximum transfer unit for this device to The mtu is the maximum size of the packet including any medium-specific headers. .TP -.BI reassemble -Reassemble IP fragments before forwarding to this interface -.TP .BI iprouting\ n Allow .RI ( n is missing or non-zero) or disallow .RI ( n -is 0) forwarding packets between this interface and -others. +is 0) forwarding packets between this interface and others. +.TP +.BI reflect\ n +When forwarding, allow packets from this interface to be +echoed back on the same interface. +.TP +.BI reassemble\ n +Reassemble IP fragments before forwarding to this interface . .\" remainder from netif.c (thus called from devether.c), .\" except add6 and ra6 from ipifc.c |