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

eos_cli_config_gen: support for integrity key under ike_policies #4440

Closed
1 task done
sugetha24 opened this issue Sep 6, 2024 · 0 comments · Fixed by #4606
Closed
1 task done

eos_cli_config_gen: support for integrity key under ike_policies #4440

sugetha24 opened this issue Sep 6, 2024 · 0 comments · Fixed by #4606
Assignees
Labels
type: enhancement New feature or request

Comments

@sugetha24
Copy link
Contributor

Enhancement summary

Need a new knob for integrity under ike_policies

Which component of AVD is impacted

eos_cli_config_gen

Use case example

  ip security
     ike policy CP-IKE-POLICY
        integrity sha512

Describe the solution you would like

ip_security:
  ike_policies:
    - name: CP-IKE-POLICY
      integrity: sha512

Describe alternatives you have considered

eos_cli: |-
  ip security
     ike policy CP-IKE-POLICY
        integrity sha512

Additional context

No response

Contributing Guide

  • I agree to follow this project's Code of Conduct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant