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">
interface {{ interface | ORPHRASE }}
shutdown {{ shutdown | set(True) }}
description {{ description | ORPHRASE }}
ip address {{ ip_address }} {{ mask | to_cidr }}
</group>

View File

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

View File

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