Add shutdown command to Huawei interface template and update configuration files

- Included the `shutdown` command in the Huawei interface template to manage interface states.
- Added a new interface configuration in `config.conf` with the `shutdown` command.
- Updated the expected output JSON to reflect the new interface and its shutdown state for accurate testing and validation of configurations.
This commit is contained in:
IluaAir
2026-07-15 16:26:46 +03:00
parent 6846b30df0
commit 099869ff6d
3 changed files with 19 additions and 0 deletions

View File

@@ -12,6 +12,13 @@
"mask": null,
"description": null
},
{
"interface": "GigabitEthernet1/0/43",
"shutdown": true,
"ip_address": null,
"mask": null,
"description": "FREE"
},
{
"interface": "Vlanif120",
"shutdown": false,