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

Open
lewis-green opened this issue Nov 15, 2024 · 0 comments
Open

ospf interface_template resource is networks not network #598

lewis-green opened this issue Nov 15, 2024 · 0 comments

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"
  }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant