Page MenuHomeFreeBSD

ipfw: make it possible to specify MTU for "unreach needfrag" action
ClosedPublic

Authored by glebius on Aug 11 2022, 2:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 10, 12:05 AM
Unknown Object (File)
Thu, May 9, 11:20 AM
Unknown Object (File)
Thu, May 9, 12:35 AM
Unknown Object (File)
Sat, Apr 27, 2:07 PM
Unknown Object (File)
Sat, Apr 27, 2:07 PM
Unknown Object (File)
Sat, Apr 27, 9:56 AM
Unknown Object (File)
Mon, Apr 22, 9:41 PM
Unknown Object (File)
Mon, Apr 22, 9:28 PM

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 46859
Build 43748: arc lint + arc unit

Event Timeline

Manual page change LGTM. Can't say beyond that.

sbin/ipfw/ipfw.8
1101
This revision is now accepted and ready to land.Aug 12 2022, 7:19 PM

Do you plan add similar support for IPv6? There is ICMP6_PACKET_TOO_BIG with the same meaning. But actually it is not unreach message, thus I'm not sure we should do it.

In D36140#821882, @ae wrote:

Do you plan add similar support for IPv6? There is ICMP6_PACKET_TOO_BIG with the same meaning. But actually it is not unreach message, thus I'm not sure we should do it.

No, I don't plan. Indeed it requires some rethinking of unreach6 action, so that it is able to send not only ICMP6_DST_UNREACH, but other ICMP messages. So for IPv6 the change is possible, but more complicated. I'd better leave it for somebody else :)