New commits:
commit f5f4b66d5aa69de6b355f25ba8730f6b6911608b
Merge: b6d7b0385c c122f6bca3
Author: Andrew Cagney <[email protected]>
Date: Wed Jan 8 10:42:10 2025 -0500
routing: merge timeout/delete code
per various comments, it's identical sans log messages
- move <<enum delete_reason>> to include/ as <<enum terminate_reason>>
add REASON_DELETED as a non-commital catch all
(could do with more reason codes)
- merge connection_{delete,timeout}_{ike,child}() into
connection_teardown_{ike,child}(reason)
- merge connection_{delete,timeout}_ike_family() into
connection_terminate_ike_family(reason)
Merge commit 'c122f6bca3ac5260f47d89ea9a2989f9be5f0674'
commit c122f6bca3ac5260f47d89ea9a2989f9be5f0674
Author: Andrew Cagney <[email protected]>
Date: Mon Jan 6 22:17:27 2025 -0500
routing: inline connection_delete_child(CHILD)
calling connection_teardown_child(CHILD, REASON_DELETED) directly
commit 2d7a20720d8702bf7c0794d0c268242f125bece4
Author: Andrew Cagney <[email protected]>
Date: Mon Jan 6 22:12:32 2025 -0500
routing: inline connection_delete_ike(IKE)
call connection_teardown_ike(IKE, REASON_DELETED) directly
commit 659595ed99576dd3edeb3abe21fd857e522ce487
Author: Andrew Cagney <[email protected]>
Date: Mon Jan 6 21:01:18 2025 -0500
terminate: inline connection_{timeout,delete}_ike_family()
calling connection_terminate_ike_family() directly
commit 685eb0882e21f312b4579c380a34063d4de936a6
Author: Andrew Cagney <[email protected]>
Date: Mon Jan 6 21:53:39 2025 -0500
terminate: inline terminate_connection_child(), simplify
- no longer has to remember if the child was terminated
- no longer has to return an unterminated child
commit c3c15d0ecd62c79bdaf05632453bf957697b6bcb
Author: Andrew Cagney <[email protected]>
Date: Mon Jan 6 21:33:57 2025 -0500
terminate: simplify connection_zap_ike_family()
- rename to connection_terminate_ike_family()
- drop zap_ike()+zap_child() param
instead call connection_teardown_{ike,child}() directly
- replace story param with enum teardown_reason
commit 0f5485d21c8ebb66cd207fcd13eb6dae96752c06
Author: Andrew Cagney <[email protected]>
Date: Tue Jan 7 17:23:28 2025 -0500
testing: update enumcheck
commit d007ad25e7884bc5a38b72014d99edd0dc45f249
Author: Andrew Cagney <[email protected]>
Date: Mon Jan 6 18:39:29 2025 -0500
state: move enum delete_reason to include/ as enum terminate_reason
and add terminate_reason_names;
_______________________________________________
Swan-commit mailing list -- [email protected]
To unsubscribe send an email to [email protected]