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

2023-09-27 Thread Andrew Cagney
New commits: commit 38f57a92ccf91e04f5134e88166cd958cd28 Author: Andrew Cagney Date: Wed Sep 27 08:44:27 2023 -0400 interfaces: more logging ref #1292 ___ Swan-commit mailing list Swan-commit@lists.libreswan.org

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

2023-09-27 Thread Andrew Cagney
New commits: commit 23b47a851c26975670b0847995dbc392739cccdf Author: Andrew Cagney Date: Wed Sep 27 09:04:28 2023 -0400 kernel: delete find_my_cpi_gap(), unused ___ Swan-commit mailing list Swan-commit@lists.libreswan.org

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

2023-09-27 Thread Andrew Cagney
New commits: commit 0d504fb2b8539644f3190190017a3d2eaa337aad Author: Andrew Cagney Date: Tue Sep 26 23:43:23 2023 -0400 routing: drop another connection_unroute() call ___ Swan-commit mailing list Swan-commit@lists.libreswan.org

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

2023-09-27 Thread Andrew Cagney
New commits: commit c3392b55e394d1d2d2c48f09d0999ab510fee2b1 Author: Andrew Cagney Date: Wed Sep 27 09:29:00 2023 -0400 iface: in release_dead_interfaces() use whack_delete_connection_states() works better than delete_states_by_connection(); also drop is_instance() code path:

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

2023-09-27 Thread Andrew Cagney
New commits: commit f5cfaf422155a8d4c51ec10164737de2a8debd22 Author: Andrew Cagney Date: Wed Sep 27 07:36:54 2023 -0400 initiate: change update_routing to ipsecdoi_initiate() to lset_t so callers can selectively enable calls ___

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

2023-09-27 Thread Andrew Cagney
New commits: commit d9348548deaea37e6596a20847a28a5ddbd3a4b2 Author: Andrew Cagney Date: Wed Sep 27 14:15:00 2023 -0400 testing: update ikev2-revive-through-nat-01-down since revival has initiated expect a %hold(block) and not a %trap

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

2023-09-27 Thread Andrew Cagney
New commits: commit 9badcca4be5e4f45c9b782a0be03299e945f2d1f Author: Andrew Cagney Date: Wed Sep 27 13:18:48 2023 -0400 routing: merge revival events in with initiate functionally, a whack initiate and auto-revival should do the same thing (they weren't, revival could

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

2023-09-27 Thread Andrew Cagney
New commits: commit f8249b6834ca2709ba29e33552436bb8cec12d6b Author: Andrew Cagney Date: Wed Sep 27 14:26:46 2023 -0400 terminate: terminate_connections() -> terminate_and_down_connections() truth in function names; I suspect some callers aren't expecting the down

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

2023-09-27 Thread Andrew Cagney
New commits: commit 96208fbfc3bf8514366c53b6975a5c5f71b56d30 Author: Andrew Cagney Date: Wed Sep 27 14:11:32 2023 -0400 testing: update ikev2-liveness-09-revival nee ikev2-liveness-09 use impairs to step through a revival, checking the trap then hold appear

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

2023-09-27 Thread Andrew Cagney
New commits: commit 8a088fd2d9f5349685f9eec4b3913bb625d636ee Author: Andrew Cagney Date: Wed Sep 27 14:16:21 2023 -0400 terminate: in terminate_connection() use whack_delete_connection_states() commit de42ebeca79de3656a5e8143e4a1c6c66f2f5bc0 Author: Andrew Cagney Date: Wed Sep 27

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

2023-09-27 Thread Andrew Cagney
New commits: commit 12b49913e1207a3f3ef5f9cef6b830cc402a8eb1 Author: Andrew Cagney Date: Wed Sep 27 15:45:40 2023 -0400 connection: store connection events in the connection and not as global linked list ___ Swan-commit mailing list

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

2023-09-27 Thread Andrew Cagney
New commits: commit 0d84e6b054fed6db7a37deb828e23722b40d28b6 Author: Andrew Cagney Date: Wed Sep 27 23:21:50 2023 -0400 terminate: in delete_v1_states() use connection_delete_ike() and delete out-of-date comment ___ Swan-commit mailing

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

2023-09-27 Thread Andrew Cagney
New commits: commit d6262eea676dcc78c094e81e5f4f94a58e55599f Author: Andrew Cagney Date: Wed Sep 27 14:35:56 2023 -0400 terminate: move whack_delete_connection_states() to terminate.[hc] as terminate_all_connection_states() ___