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:
IluaAir
2026-07-16 00:18:21 +03:00
parent 099869ff6d
commit 27d8931dee
3 changed files with 4 additions and 4 deletions

View File

@@ -28,7 +28,7 @@
},
{
"interface": "ether4",
"shutdown": false,
"shutdown": true,
"ip_address": "100.10.10.1",
"mask": 24,
"description": null