New commits:
commit 605951d58b463030645e5a10dc1db24741cb77a5
Author: Andrew Cagney <[email protected]>
Date:   Thu May 30 14:26:37 2024 -0400

    linux netlink: invert netlink_query() as linux_netlink_query()
    
    Instead of reading and returning all the responses as a large
    allocated block of memory, pass back responses individually
    using a callback.
    
    Since the code parses all the responses returned by each read(2),
    it handles embedded NLMSG_DONE messages.
    
    When NLM_F_ACK is specified use blocking reads; else use
    non-blocking reads as no response other an error is expected.
    
    Update resolve_default_route(), used by <<ipsec showroute>> et.al.,
    to use linux_netlink_query().
    
    see #1675 netlink: ipsec command hangs expecting NLMSG_DONE ...

commit b9bb32f6047dc641b096472497de31fd445d9665
Author: Andrew Cagney <[email protected]>
Date:   Mon Jun 3 08:05:56 2024 -0400

    testing: update resolve_defaultroute output

_______________________________________________
Swan-commit mailing list
[email protected]
https://lists.libreswan.org/mailman/listinfo/swan-commit

Reply via email to