Desktop: Update deprecated routes.
This commit is contained in:
parent
9faa180f9c
commit
0d0575f05d
|
@ -13,7 +13,7 @@
|
||||||
"10.0.0.7/24"
|
"10.0.0.7/24"
|
||||||
];
|
];
|
||||||
routes = [
|
routes = [
|
||||||
{ routeConfig.Gateway = "10.0.0.1"; }
|
{ Gateway = "10.0.0.1"; }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
"10.0.0.3/24"
|
"10.0.0.3/24"
|
||||||
];
|
];
|
||||||
routes = [
|
routes = [
|
||||||
{ routeConfig.Gateway = "10.0.0.1"; }
|
{ Gateway = "10.0.0.1"; }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue