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

Feature request: add protocols evpn no-core-isolation option #644

Closed
NikitaPuglachenko opened this issue Mar 25, 2024 · 1 comment · Fixed by #650
Closed

Feature request: add protocols evpn no-core-isolation option #644

NikitaPuglachenko opened this issue Mar 25, 2024 · 1 comment · Fixed by #650
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@NikitaPuglachenko
Copy link

Description

Could you please add the protocols evpn no-core-isolation option?

New or Affected Resource(s)

  • junos_evpn

Example Junos Configuration

set protocols evpn no-core-isolation

Potential Terraform Configuration

resource "junos_evpn" "default" {
  ...
  no_core_isolation = true
  ...
}

References

https://www.juniper.net/documentation/us/en/software/junos/cli-reference/topics/ref/statement/evpn-edit-routing-instances-protocols.html

@NikitaPuglachenko NikitaPuglachenko added the enhancement New feature or request label Mar 25, 2024
@NikitaPuglachenko NikitaPuglachenko changed the title Feature request: add protocols evpn no-core-isolation option Feature request: add protocols evpn no-core-isolation option Mar 25, 2024
@jeremmfr
Copy link
Owner

jeremmfr commented Apr 8, 2024

Hi 👋

I will take care of adding this.

@jeremmfr jeremmfr added this to the v2.7.0 milestone Apr 8, 2024
@jeremmfr jeremmfr self-assigned this Apr 8, 2024
jeremmfr added a commit that referenced this issue Apr 10, 2024
@jeremmfr jeremmfr mentioned this issue May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants