]> git.baikalelectronics.ru Git - kernel.git/commit
ipv4: new ip_no_pmtu_disc mode to always discard incoming frag needed msgs
authorHannes Frederic Sowa <hannes@stressinduktion.org>
Sat, 14 Dec 2013 04:13:45 +0000 (05:13 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 18 Dec 2013 21:58:20 +0000 (16:58 -0500)
commit2cef56220dc44cc3ce1e2ffe4fb3501033954772
tree992dc562f0562abdf9d549c1d06725f001270570
parent1646d4ebd362c9916a8c24e826d6a622ea9680d3
ipv4: new ip_no_pmtu_disc mode to always discard incoming frag needed msgs

This new mode discards all incoming fragmentation-needed notifications
as I guess was originally intended with this knob. To not break backward
compatibility too much, I only added a special case for mode 2 in the
receiving path.

Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/ip-sysctl.txt
net/ipv4/icmp.c