Fix ipv6 support for gre module
This commit is contained in:
@@ -72,8 +72,15 @@
|
||||
|
||||
clerie.gre-tunnel = {
|
||||
enable = true;
|
||||
ipv6= {
|
||||
gre-gatekeeper6 = {
|
||||
remote = "fd00:152:152:101::1";
|
||||
local = (lib.head config.networking.interfaces.lo.ipv6.addresses).address;
|
||||
address = "fd00:153:153:201::2/64";
|
||||
};
|
||||
};
|
||||
ipv4 = {
|
||||
gre-gatekeeper = {
|
||||
gre-gatekeeper4 = {
|
||||
remote = "10.152.101.1";
|
||||
local = (lib.head config.networking.interfaces.lo.ipv4.addresses).address;
|
||||
address = "169.254.201.2/24";
|
||||
|
Reference in New Issue
Block a user