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

Andrew Cagney cagney at vault.libreswan.fi
Wed Jun 30 18:09:45 UTC 2021


New commits:
commit f5f9f4e21703ce4fe76403f2107fb291dbde851b
Author: Andrew Cagney <cagney at gnu.org>
Date:   Wed Jun 30 14:01:32 2021 -0400

    kernel: update ipcomp code
    
    - sync up enum and enum_names:
        ipsec_comp_algo -> ipsec_ipcomp_algo
        ipcomp_transformid_names ->< ipsec_ipcomp_algo_names
    - change struct kernel_sa's:
        unsigned compalg
      to:
        enum ipsec_ipcomp_algo ipcomp_algo
    - drop code in ESP code path setting .compalg/.ipcomp_algo
      to the encryption algorithm!?!
    - drop #include "lsw-pfkeyv2.h" from linux kernel code
    - in kernel_xfrm.c go directly from enum ipsec_ipcomp_algo
      to the magic string passed to the kernel



More information about the Swan-commit mailing list