New commits:
commit 8db1a0f8702d7640b5d5a705e30476d5c26d6799
Author: Andrew Cagney <[email protected]>
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

_______________________________________________
Swan-commit mailing list
[email protected]
https://lists.libreswan.org/mailman/listinfo/swan-commit

Reply via email to