Page MenuHomeFreeBSD

raw ip6: merge rip6_output() into rip6_send()
ClosedPublic

Authored by glebius on Aug 10 2022, 11:51 PM.
Tags
None
Referenced Files
F151142764: D36128.id109177.diff
Mon, Apr 6, 9:26 AM
F151107966: D36128.id109177.diff
Mon, Apr 6, 3:12 AM
Unknown Object (File)
Sun, Apr 5, 5:44 AM
Unknown Object (File)
Wed, Mar 25, 10:12 PM
Unknown Object (File)
Wed, Mar 25, 1:37 AM
Unknown Object (File)
Sun, Mar 15, 9:16 AM
Unknown Object (File)
Fri, Mar 13, 10:18 PM
Unknown Object (File)
Feb 23 2026, 11:46 AM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Warnings
SeverityLocationCodeMessage
Warningsys/netinet6/raw_ip6.c:368SPELL1Possible Spelling Mistake
Warningsys/netinet6/raw_ip6.c:393SPELL1Possible Spelling Mistake
Warningsys/netinet6/raw_ip6.c:407SPELL1Possible Spelling Mistake
Warningsys/netinet6/raw_ip6.c:409SPELL1Possible Spelling Mistake
Warningsys/netinet6/raw_ip6.c:411SPELL1Possible Spelling Mistake
Warningsys/netinet6/raw_ip6.c:417SPELL1Possible Spelling Mistake
Unit
No Test Coverage
Build Status
Buildable 46845
Build 43734: arc lint + arc unit

Event Timeline

melifaro added inline comments.
sys/netinet6/raw_ip6.c
397–400

Nit: probably worth doing static init for tmp

419

This code was added in 2005 ( a1f7e5f8ee7fe ) and already mentioned backward compatibility. Given that these changes are not likely to be merged to stable, maybe worth considering removing it?

This revision is now accepted and ready to land.Aug 11 2022, 8:54 AM
This revision was landed with ongoing or failed builds.Aug 11 2022, 4:20 PM
This revision was automatically updated to reflect the committed changes.