Add inside and outside roles for VLANs

Will probably rename inside/outside and office/server to int/ext.
This commit is contained in:
Timotej Lazar 2024-01-30 12:35:33 +01:00
parent 0802dc8637
commit aeb124e346
6 changed files with 65 additions and 22 deletions

View file

@ -0,0 +1,9 @@
{% for vlan in vlans %}
set {{ vlan.name }} {
type ipv4_addr; flags interval
}
set {{ vlan.name }}/6 {
type ipv6_addr; flags interval
}
{% endfor %}