New commits:
commit 51fe2580be4b08555473acb4d9d7155858a59761
Author: Andrew Cagney <[email protected]>
Date:   Fri Apr 8 13:10:43 2022 -0400

    testing: update ikev2-oe-09-transport-ipv6; mark it good
    
    ref: #215

commit 561a17f3a790d551f83d01ce203171339adca989
Author: Andrew Cagney <[email protected]>
Date:   Fri Apr 8 12:42:23 2022 -0400

    kernel: add bare_kernel_policy() to construct the bare shunt policy
    
    Fixes code like:
    -       struct kernel_policy inbound_kernel_policy = 
proto_kernel_policy_transport_esp;
    -       inbound_kernel_policy.host.src = c->remote->host.addr; /* inbound 
src<>dst */
    -       inbound_kernel_policy.host.dst = c->local->host.addr; /* inbound 
src<>dst */
    which is broken because the transport mode policy can't have different host 
and
    client address families.
    
    (why it is always transport is still a mystery)

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

Reply via email to