Benjamin Collet 12 years ago
parent
commit
b199bb3d4e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      templates/interfaces

+ 1 - 1
templates/interfaces

@@ -14,7 +14,7 @@ iface [% if.name %] inet static
   gateway [% if.gateway %]
 [%- END %]
 [% IF if.ip6 -%]
-iface eth1 inet6 static
+iface [% if.name %] inet6 static
   address [% if.ip6 %]
   netmask [% if.netmask6 %]
   gateway [% if.gateway6 %]