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.

11 lines
263 B
Django/Jinja

Interface=eth0
Connection=ethernet
IP=static
Address=('{{ ipv4_address }}{{ ipv4_netmask }}')
Routes=('{{ ipv4_gateway }}{{ ipv4_netmask }}')
Gateway='{{ ipv4_gateway }}'
IP6=static
Address6=('{{ ipv6_address }}{{ ipv6_netmask }}')
Gateway6='{{ ipv6_gateway }}'