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

Andrew Cagney cagney at vault.libreswan.fi
Thu Nov 16 22:50:41 EET 2023


New commits:
commit 4b74087e4b8fc1bf28c441e028bcc4c3fc092fda
Author: Andrew Cagney <cagney at gnu.org>
Date:   Thu Nov 16 15:28:47 2023 -0500

    ddns: handle re-orienting and re-routing locally
    
    Drop update_host_pair() call, to add to "???"'s comments:
    
    - it was trying to avoid DNS lookups, yet the first thing it did was a
      DNS lookup
    
    - it updated SPDs by scribbling on them, yet the caller was already
      updating SPDs and not scribbling on them
    
    - it unrouted, but never rerouted; for the first connection it
      unrouted after the caller had updated SPDs
    
    - it never initiated so only the first updated connection restarted
    
    ref #1410

commit b9c3ed7235aa38ce903b9a4e801102a78dea18ec
Author: Andrew Cagney <cagney at gnu.org>
Date:   Thu Nov 16 13:21:00 2023 -0500

    ddns: update debug-logs

commit 3fc98199f3634190793e2d98ac1ceb72cc0663fe
Author: Andrew Cagney <cagney at gnu.org>
Date:   Thu Nov 16 12:55:45 2023 -0500

    ddns: skip established before doing DNS lookup
    
    not after

commit a90cb8981bedba9c87bdfa23a3254a509b6965fc
Author: Andrew Cagney <cagney at gnu.org>
Date:   Thu Nov 16 10:34:12 2023 -0500

    ddns: move half the DDNS code to ddns.[hc]
    
    That is the half hiding in initiate.[hc].  The other half still
    hides in host_pair.[hc].



More information about the Swan-commit mailing list