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

Andrew Cagney cagney at vault.libreswan.fi
Fri Jan 21 23:52:48 EET 2022


New commits:
commit e17bba1348822be0a133c696c9e4566218d8068f
Merge: ce9b540ca6 912860af2d
Author: Andrew Cagney <cagney at gnu.org>
Date:   Fri Jan 21 16:47:58 2022 -0500

    kernel: replace struct encap with struct kernel_policy
    
    - drops redundant inner_proto
    - rename .outer -> .last; refer to "first", instead of "inner"
    - note that the rules are applied in the order they appear
      (i.e., first..last) to outgoing packets (and reverse for incomming).
    - note that tunnel only applies to the first rule
      (makes more sense than inner rule)
    - make rule[] one based; rule[0] is empty
    
    Merge commit '912860af2d8c2b74d3e4d80afbabf6f896b7af99'

commit 912860af2d8c2b74d3e4d80afbabf6f896b7af99
Author: Andrew Cagney <cagney at gnu.org>
Date:   Fri Jan 21 14:38:48 2022 -0500

    kernel: drop redundant kernel_policy.inner_proto field
    
    covered by kernel_policy.mode = {tunnel,transport}

commit 8fec9b9a05b610144f0d74ed2c655275f3ce1336
Author: Andrew Cagney <cagney at gnu.org>
Date:   Fri Jan 21 14:26:20 2022 -0500

    kernel: encap -> kernel_policy

commit 8ad368ad7812d78d0789b0f9dd0b9fe679946f45
Author: Andrew Cagney <cagney at gnu.org>
Date:   Fri Jan 21 12:57:49 2022 -0500

    kernel: reformat raw_policy() debug log



More information about the Swan-commit mailing list