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

Andrew Cagney cagney at vault.libreswan.fi
Mon Jan 17 19:17:55 EET 2022


New commits:
commit f353001b4945e5f86408f5ba69c508b8c9a47315
Author: Andrew Cagney <cagney at gnu.org>
Date:   Sun Jan 16 20:21:26 2022 -0500

    kernel: cleanup getting and deleting SPIs
    
    - rename kernel_ops .get_spi() to .get_ipsec_spi()
    - replace kernel_ops .del_sa() with .del_ipsec_spi()
    - assume function exits, move code generating SPIs to
      kernel_bsdkame.c (since klips is gone)
    
    Add notes pointing out:
    
    - allocating an SPI creates a larval kernel state
    - deleting an SPI also deletes any matching kernel state
      (based only on SPI,src,dst)



More information about the Swan-commit mailing list