Update systemd route configuration
This commit is contained in:
parent
2d7e2e9150
commit
766712f7e7
2 changed files with 14 additions and 26 deletions
|
@ -64,18 +64,14 @@
|
||||||
|
|
||||||
routes = [
|
routes = [
|
||||||
{
|
{
|
||||||
routeConfig = {
|
|
||||||
Destination = "172.31.1.1/32";
|
Destination = "172.31.1.1/32";
|
||||||
Scope = "link";
|
Scope = "link";
|
||||||
Protocol = "static";
|
Protocol = "static";
|
||||||
};
|
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
routeConfig = {
|
|
||||||
Destination = "fe80::1/128";
|
Destination = "fe80::1/128";
|
||||||
Scope = "link";
|
Scope = "link";
|
||||||
Protocol = "static";
|
Protocol = "static";
|
||||||
};
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
@ -307,28 +307,20 @@
|
||||||
|
|
||||||
routes = [
|
routes = [
|
||||||
{
|
{
|
||||||
routeConfig = {
|
|
||||||
Destination = "192.168.4.0/23";
|
Destination = "192.168.4.0/23";
|
||||||
Scope = "link";
|
Scope = "link";
|
||||||
};
|
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
routeConfig = {
|
|
||||||
Destination = "192.168.6.0/24";
|
Destination = "192.168.6.0/24";
|
||||||
Scope = "link";
|
Scope = "link";
|
||||||
};
|
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
routeConfig = {
|
|
||||||
Destination = "192.168.7.0/24";
|
Destination = "192.168.7.0/24";
|
||||||
Scope = "link";
|
Scope = "link";
|
||||||
};
|
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
routeConfig = {
|
|
||||||
Destination = "192.168.8.0/24";
|
Destination = "192.168.8.0/24";
|
||||||
Scope = "link";
|
Scope = "link";
|
||||||
};
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue