dev #3

Merged
gitark merged 84 commits from dev into main 2026-06-12 16:00:25 +03:00
Showing only changes of commit 974fff6038 - Show all commits

View File

@@ -52,10 +52,10 @@ default_system = {
</group> </group>
<group name="interfaces"> <group name="interfaces">
{{ ignore("\s*") }}config {{ interface }} ipv4 address {{ ip_address }}/{{ mask }} gateway {{ gateway }} {{ ignore }} {{ ignore("\\s*") }}config {{ interface }} ipv4 address {{ ip_address }}/{{ mask }} gateway {{ gateway }} {{ ignore }}
</group> </group>
<group name="bulkinterfaces.{{ interface }}"> <group name="bulkinterfaces.{{ interface }}">
{{ ignore("\s*") }}config interface {{ interface | _start_ }} fec none mode force-up enable {{ ignore("\\s*") }}config interface {{ interface | _start_ }} fec none mode force-up enable
{{ ignore("\s*") }}config interface {{ interface | _start_ }} description {{ description | ORPHRASE | strip('"')}} {{ ignore("\\s*") }}config interface {{ interface | _start_ }} description {{ description | ORPHRASE | strip('"')}}
</group> </group>