You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
284 B
Django/Jinja
9 lines
284 B
Django/Jinja
Connection=ethernet
|
|
Interface=bat{{ item.name }}
|
|
IP=static
|
|
IP6=static
|
|
Address6=({{ item.bat_ipv6 }}/64)
|
|
Address=({{ item.bat_ipv4 }}/{{ item.bat_ipv4_cidr }})
|
|
ExecUpPost=/usr/local/bin/ffmyk-iproute{{ item.name }}-up.sh
|
|
ExecDownPre=/usr/local/bin/ffmyk-iproute{{ item.name }}-down.sh
|