Fix ipv6 support for gre module
This commit is contained in:
@@ -124,8 +124,15 @@
|
||||
|
||||
clerie.gre-tunnel = {
|
||||
enable = true;
|
||||
ipv6= {
|
||||
gre-carbon6 = {
|
||||
remote = "fd00:152:152:104::1";
|
||||
local = (lib.head config.networking.interfaces.lo.ipv6.addresses).address;
|
||||
address = "fd00:153:153:201::1/64";
|
||||
};
|
||||
};
|
||||
ipv4 = {
|
||||
gre-carbon = {
|
||||
gre-carbon4 = {
|
||||
remote = "10.152.104.1";
|
||||
local = (lib.head config.networking.interfaces.lo.ipv4.addresses).address;
|
||||
address = "169.254.201.1/24";
|
||||
|
Reference in New Issue
Block a user