New commits:
commit b7b4f23dabca0307a456aa5e244fd568d40ef2b8
Merge: acc901fa3a 3acfa5a585
Author: Andrew Cagney <[email protected]>
Date:   Mon Dec 16 18:12:23 2024 -0500

    connections: include is_instance() in connection_priority()
    
    Since it is used by find_connection_for_packet() when
    ranking connections.
    
    Merge commit '3acfa5a58542d9a94122f6125ae6b8d50e305a3a'

commit 3acfa5a58542d9a94122f6125ae6b8d50e305a3a
Author: Andrew Cagney <[email protected]>
Date:   Mon Dec 16 17:44:02 2024 -0500

    ipsec connectionstatus: include is_instance() when showing priority
    
    i.e., for an instance:
       24,24
    becomes
       24,24,1
    since it is used in the calculation

commit fe71d794152fed018add725d4da599a878cf175d
Author: Andrew Cagney <[email protected]>
Date:   Mon Dec 16 17:52:00 2024 -0500

    testing: update <<ipsec connectionstatus>> conn_prio: field
    
    expect triple:
      local-prefix-len,remote-prefix-len,instance?

commit bdf3a86237766dedae70b824f68ddd3ab0a54ad9
Author: Andrew Cagney <[email protected]>
Date:   Mon Dec 16 10:59:43 2024 -0500

    connections: rework connection_priority()
    
    - use MAX selector.prefix_len
      and don't touch .spd
    - add 1-bit for is_instance()
      and remove from find_connection_for_packet()
    - allow 8-bits for prefix_len, not 9
      max prefix-len is 128?
    
    For moment don't log is_instance() bit.

commit b843ac89921a500b63a7b8c41097c757d5bafd5b
Author: Andrew Cagney <[email protected]>
Date:   Mon Dec 16 11:13:24 2024 -0500

    ip: selector_prefix_bits() -> selector_prefix_len()
    
    like ip_range, and ip_cidr

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

Reply via email to