Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ipsec: Support type, hostaddrfamily and clientaddrfamily options #2526

Merged
merged 3 commits into from
Jan 17, 2024

Commits on Jan 17, 2024

  1. CI: Remove rpm build for C8S

    We do not have test run for CentOS stream 8.
    
    Signed-off-by: Gris Ge <fge@redhat.com>
    cathay4t committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    926810b View commit details
    Browse the repository at this point in the history
  2. test: Remove xfail of ipsec tests

    With NetworkManager-libreswan-1.2.18-1.el9.x86_64 in CentOS Stream 9, we
    can remove xfail of these tests:
    
     * `test_ipsec_ipv4_libreswan_psk_auth_with_ipsec_iface`
     * `test_ipsec_ipv4_libreswan_psk_auth_with_dpd`
     * `test_ipsec_ipv4_libreswan_authby`
    
    Signed-off-by: Gris Ge <fge@redhat.com>
    cathay4t committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    3861945 View commit details
    Browse the repository at this point in the history
  3. ipsec: Support type, hostaddrfamily and clientaddrfamily options

    Added support of:
     * `type: tunnel|transport`
     * `clientaddrfamily: ipv4|ipv6`
     * `hostaddrfamily: ipv4|ipv6`
    
    Integration test cases included.
    
    Signed-off-by: Gris Ge <fge@redhat.com>
    cathay4t committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    37fe2b7 View commit details
    Browse the repository at this point in the history