Page MenuHomeFreeBSD

Apply RO_RTFREE() to more places
ClosedPublic

Authored by bz on Sep 3 2018, 2:55 PM.
Tags
None
Referenced Files
F136984288: D17006.id.diff
Thu, Nov 20, 10:09 PM
F136984260: D17006.id47628.diff
Thu, Nov 20, 10:09 PM
F136984007: D17006.id47621.diff
Thu, Nov 20, 10:07 PM
F136981967: D17006.diff
Thu, Nov 20, 9:58 PM
Unknown Object (File)
Mon, Nov 17, 7:42 AM
Unknown Object (File)
Tue, Nov 11, 5:03 AM
Unknown Object (File)
Mon, Oct 27, 11:48 PM
Unknown Object (File)
Fri, Oct 24, 7:01 PM
Subscribers

Details

Summary

Replicate r307234 from legacy IP to IPv6 code, using the RO_RTFREE()
macro rather than hand crafted code.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Sep 3 2018, 8:01 PM
This revision was automatically updated to reflect the committed changes.

Post commit Pointyhat to: bz

head/sys/netinet6/in6_pcb.c
866

For future reference; so much for fixing c&p errors and replaying history... the argument at this stage to this function was inp and not in6p. The follow-up change in D+1 fixed this again.