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

ospf interface_template resource is networks not network #598

Closed
lewis-green opened this issue Nov 15, 2024 · 1 comment · Fixed by #599
Closed

ospf interface_template resource is networks not network #598

lewis-green opened this issue Nov 15, 2024 · 1 comment · Fixed by #599
Assignees
Labels

Comments

@lewis-green
Copy link

Within the routeros_routing_ospf_interface_template there is a variable network. It's giving a 400 error on the PUT, when checking it's networks.

  {
      ".id": "*2",
      "area": "backbone_v2",
      "cost": "1",
      "dead-interval": "40s",
      "disabled": "false",
      "hello-interval": "10s",
      "inactive": "false",
      "instance-id": "0",
      "networks": "10.0.0.0/30",
      "priority": "128",
      "retransmit-interval": "5s",
      "transmit-delay": "1s",
      "type": "broadcast"
  }

@vaerh
Copy link
Collaborator

vaerh commented Nov 18, 2024

🎉 This issue has been resolved in version 1.69.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@vaerh vaerh added the released label Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants