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 = [
|
||||
{
|
||||
routeConfig = {
|
||||
Destination = "172.31.1.1/32";
|
||||
Scope = "link";
|
||||
Protocol = "static";
|
||||
};
|
||||
}
|
||||
{
|
||||
routeConfig = {
|
||||
Destination = "fe80::1/128";
|
||||
Scope = "link";
|
||||
Protocol = "static";
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
|
@ -307,28 +307,20 @@
|
|||
|
||||
routes = [
|
||||
{
|
||||
routeConfig = {
|
||||
Destination = "192.168.4.0/23";
|
||||
Scope = "link";
|
||||
};
|
||||
}
|
||||
{
|
||||
routeConfig = {
|
||||
Destination = "192.168.6.0/24";
|
||||
Scope = "link";
|
||||
};
|
||||
}
|
||||
{
|
||||
routeConfig = {
|
||||
Destination = "192.168.7.0/24";
|
||||
Scope = "link";
|
||||
};
|
||||
}
|
||||
{
|
||||
routeConfig = {
|
||||
Destination = "192.168.8.0/24";
|
||||
Scope = "link";
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue