networking.greTunnels: Add ttl option
This commit is contained in:
committed by
Jiten Kumar Pathy
parent
29a988f978
commit
19bb72c070
@@ -318,6 +318,8 @@ in
|
||||
Remote = gre.remote;
|
||||
}) // (optionalAttrs (gre.local != null) {
|
||||
Local = gre.local;
|
||||
}) // (optionalAttrs (gre.ttl != null) {
|
||||
TTL = gre.ttl;
|
||||
});
|
||||
};
|
||||
networks = mkIf (gre.dev != null) {
|
||||
|
||||
Reference in New Issue
Block a user