mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 10:09:04 +02:00
fix(eval): silence some eval warnings
This commit is contained in:
parent
3a491d5901
commit
78da69c2c7
4 changed files with 19 additions and 18 deletions
|
@ -58,10 +58,8 @@
|
|||
];
|
||||
routes = [
|
||||
{
|
||||
routeConfig = {
|
||||
Gateway = "163.172.91.1";
|
||||
Destination = "0.0.0.0/0";
|
||||
};
|
||||
Gateway = "163.172.91.1";
|
||||
Destination = "0.0.0.0/0";
|
||||
}
|
||||
];
|
||||
dhcpV6Config = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue