Update Mikrotik template to use 'shutdown' attribute for interface management
- Replaced 'disabled' with 'shutdown' in the Mikrotik template to align with the new interface state management. - Updated expected configuration JSON to set 'shutdown' to true for accurate testing and validation of interface configurations.
This commit is contained in:
2
tests/fixtures/mikrotik/config.expected.json
vendored
2
tests/fixtures/mikrotik/config.expected.json
vendored
@@ -28,7 +28,7 @@
|
||||
},
|
||||
{
|
||||
"interface": "ether4",
|
||||
"shutdown": false,
|
||||
"shutdown": true,
|
||||
"ip_address": "100.10.10.1",
|
||||
"mask": 24,
|
||||
"description": null
|
||||
|
||||
Reference in New Issue
Block a user