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

Support configuring area interfaces for OSPFv3 #176

Open
devon-mar opened this issue Jun 24, 2021 · 0 comments · May be fixed by #217
Open

Support configuring area interfaces for OSPFv3 #176

devon-mar opened this issue Jun 24, 2021 · 0 comments · May be fixed by #217

Comments

@devon-mar
Copy link

SUMMARY

Add support for OSPFv3 area interface configuration.

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

vyos.vyos.vyos_ospfv3

ADDITIONAL INFORMATION

Task:

- vyos.vyos.vyos_ospfv3:
    config:
      areas:
        - area_id: "0"
          interfaces:
            - eth0
            - lo
    state: present

Desired config:

[edit protocols ospfv3]
vyos@BH-NET-FR01# show
 area 0 {
     interface eth0
     interface lo
 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants