We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add support for OSPFv3 area interface configuration.
vyos.vyos.vyos_ospfv3
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 }
The text was updated successfully, but these errors were encountered:
moved to vyos.dev https://vyos.dev/T6829
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
SUMMARY
Add support for OSPFv3 area interface configuration.
ISSUE TYPE
COMPONENT NAME
vyos.vyos.vyos_ospfv3
ADDITIONAL INFORMATION
Task:
Desired config:
The text was updated successfully, but these errors were encountered: