Page MenuHomeFreeBSD

pf: allow ICMP messages related to an SCTP state to pass
Needs ReviewPublic

Authored by kp on Sat, Dec 21, 12:59 PM.

Details

Reviewers
None
Group Reviewers
network
Summary

Much like we already do for TCP and UDP we should also parse SCTP-in-ICMP
messages to see if they apply to an SCTP connection we've already allowed. If so
we should allow the ICMP packet to pass, even if we'd otherwise block it.

Add a test case where we generate an 'ICMP unreachable - need to frag' packet
and check that it passes through pf.

MFC after: 2 weeks
Sponsored by: Orange Business Services

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 61295
Build 58179: arc lint + arc unit