[Swan-commit] Changes to ref refs/heads/main

Andrew Cagney cagney at vault.libreswan.fi
Thu Jan 14 19:59:54 UTC 2021


New commits:
commit dc05801f836e1cdbc1c07699e9648e84d0a9fdaf
Author: Andrew Cagney <cagney at gnu.org>
Date:   Thu Jan 14 14:59:23 2021 -0500

    testing: expect tweaked <<"float-east": unroute-host output: RTNETLINK ...>> output

commit 6e8309d8778b05ea75ee9c988d45538dea359e4f
Author: Andrew Cagney <cagney at gnu.org>
Date:   Thu Jan 14 14:37:24 2021 -0500

    connections: in update_state_connection() attatch state's whack to the connection when deleting
    
    For instance, removed-iface-01 was missing:
      -002 unroute-host output: RTNETLINK answers: Network is unreachable
    Oh, and the new improved output is:
      +002 "test2": unroute-host output: RTNETLINK answers: Network is unreachable
    
    Taking a step back, having delete_state() call connection_discard()
    (via update_state_connection()) midway through deleting the state
    seems broken.  Should fully tear down the state before tearing down
    the connection.

commit 55e7e34ff3e98a7a0a1990134c7fba0094ea5f61
Author: Andrew Cagney <cagney at gnu.org>
Date:   Thu Jan 14 14:03:56 2021 -0500

    state: drop local 'c' variable in delete_state()
    
    Instead use st->st_connection.  Part way through delete_state()
    st->st_connection can be deleted leaving 'c' pointing no where.



More information about the Swan-commit mailing list