Page MenuHomeFreeBSD

casper/cap_net: Expose pack/unpack functions
AcceptedPublic

Authored by jfree on Aug 9 2023, 8:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 10, 1:12 AM
Unknown Object (File)
Oct 5 2024, 12:47 AM
Unknown Object (File)
Oct 4 2024, 10:08 AM
Unknown Object (File)
Oct 4 2024, 12:35 AM
Unknown Object (File)
Oct 3 2024, 9:19 AM
Unknown Object (File)
Aug 8 2024, 5:59 PM
Unknown Object (File)
Jul 27 2024, 12:35 AM
Unknown Object (File)
Dec 23 2023, 1:28 AM
Subscribers

Details

Reviewers
markj
Summary
Expose the interface to pack and unpack addrinfo and hostent structures.

This is useful in programs that pass these structures to/from a libcasper
process via nvlist

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

jfree requested review of this revision.Aug 9 2023, 8:30 PM

I think this is ok, but I'd rather avoid it if possible. That is, I hope we can avoid having to serialize addrinfo structures in syslogd.

This revision is now accepted and ready to land.Oct 6 2024, 2:38 PM

I think this is ok, but I'd rather avoid it if possible. That is, I hope we can avoid having to serialize addrinfo structures in syslogd.

I believe this patch is no longer needed after D47104?