ovh: also remove deprecated attrs here
This commit is contained in:
parent
c567e7daf6
commit
1434aa07d9
1 changed files with 3 additions and 5 deletions
|
@ -38,10 +38,8 @@
|
||||||
gateway = [ publicIPV4.gateway ];
|
gateway = [ publicIPV4.gateway ];
|
||||||
routes = [
|
routes = [
|
||||||
{
|
{
|
||||||
routeConfig = {
|
|
||||||
Gateway = publicIPV6.gateway;
|
Gateway = publicIPV6.gateway;
|
||||||
GatewayOnLink = true;
|
GatewayOnLink = true;
|
||||||
};
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
dns = [
|
dns = [
|
||||||
|
@ -56,7 +54,7 @@
|
||||||
matchConfig = { Name = "eno4"; };
|
matchConfig = { Name = "eno4"; };
|
||||||
address = [ "${internalIPV4}/16" ];
|
address = [ "${internalIPV4}/16" ];
|
||||||
routes = [
|
routes = [
|
||||||
{ routeConfig = { Destination = "${internalIPV4}/16"; }; }
|
{ Destination = "${internalIPV4}/16"; }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue