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

T4725: Fix Regex for correctly reset IPsec peers #1596

Merged
merged 1 commit into from
Oct 14, 2022

Commits on Oct 14, 2022

  1. T4725: Fix Regex for correctly reset IPsec peers

    As IPsec site-so-site was rewritten we do not need replace
    ':' => '-' as ':' can not be in the connection name
    So connection name can not use IP(v6) address as peer name
    And current peers/connections not required prefix 'peer_'
    Fix template that search correctly connection name of the peers
    that allow to reset them again (reset ipsec peer was broken)
    sever-sever committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    f089aa6 View commit details
    Browse the repository at this point in the history