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

Andrew Cagney cagney at vault.libreswan.fi
Mon May 31 15:16:32 UTC 2021


New commits:
commit 8db1a0f8702d7640b5d5a705e30476d5c26d6799
Author: Andrew Cagney <cagney at gnu.org>
Date:   Mon May 31 11:14:28 2021 -0400

    kernel: update teardown_half_ipsec_sa()
    
    use a function+structure to accumulate the SPIs that need deleting
    
    For the moment leave this change disabled:
    
    +#if 0
    +       if (!present && inbound && proto->our_spi != 0 && proto->attrs.spi == 0) {
    +               dbg("kernel: forcing inbound delete of %s as .our_spi: "PRI_IPSEC_SPI"; attrs.spi: "PRI_IPSEC_SPI,
    +                   proto->protocol->name,
    +                   pri_ipsec_spi(proto->our_spi),
    +                   pri_ipsec_spi(proto->attrs.spi));
    +               present = true;
    +       }
    +#endif



More information about the Swan-commit mailing list