{renge,vueko}: Use correct IPv6 address
This commit is contained in:
parent
1ea28cf4b6
commit
0f6a9a1bee
|
@ -54,7 +54,7 @@
|
|||
name = "eth0";
|
||||
DHCP = "yes";
|
||||
domains = [ "sbruder.de" ];
|
||||
address = [ "2a01:4f8:1c1e:88cd::/64" ];
|
||||
address = [ "2a01:4f8:1c1e:88cd::1/64" ];
|
||||
gateway = [ "fe80::1" ];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
name = "eth0";
|
||||
DHCP = "yes";
|
||||
domains = [ "sbruder.de" ];
|
||||
address = [ "2a01:4f8:c012:2f4::/64" ];
|
||||
address = [ "2a01:4f8:c012:2f4::1/64" ];
|
||||
gateway = [ "fe80::1" ];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue