New commits:
commit c645b2667ccf3a97586a31b70f13bcf37625a314
Author: Andrew Cagney <[email protected]>
Date:   Tue Nov 19 23:28:13 2024 -0500

    ikev1: eliminate macros hiding details of IV updates
    
    For instance:
       ike->sa.st_v1_new_iv = new_phase2_iv()
       child->sa.st_v1_new_iv = ike->sa.st_v1_new_iv;
    the first update is hopefully harmless - its the Child SA that
    needs the phase2 IV.

_______________________________________________
Swan-commit mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to