dev #4

Merged
gitark merged 8 commits from dev into main 2026-07-19 10:32:26 +03:00
3 changed files with 3 additions and 2 deletions
Showing only changes of commit 6846b30df0 - Show all commits

View File

@@ -29,6 +29,7 @@ default_system = {
<group name="interfaces"> <group name="interfaces">
interface {{ interface | ORPHRASE }} interface {{ interface | ORPHRASE }}
shutdown {{ shutdown | set(True) }}
description {{ description | ORPHRASE }} description {{ description | ORPHRASE }}
ip address {{ ip_address }} {{ mask | to_cidr }} ip address {{ ip_address }} {{ mask | to_cidr }}
</group> </group>

View File

@@ -7,7 +7,7 @@
"interfaces": [ "interfaces": [
{ {
"interface": "GigaEthernet1/0/9", "interface": "GigaEthernet1/0/9",
"shutdown": false, "shutdown": true,
"ip_address": null, "ip_address": null,
"mask": null, "mask": null,
"description": "FREE" "description": "FREE"

View File

@@ -7,7 +7,7 @@
"interfaces": [ "interfaces": [
{ {
"interface": "GigaEthernet1/0/9", "interface": "GigaEthernet1/0/9",
"shutdown": false, "shutdown": true,
"ip_address": null, "ip_address": null,
"mask": null, "mask": null,
"description": "FREE" "description": "FREE"