sail: Change route order
This commit is contained in:
parent
06f36bd60d
commit
65f638cd70
1 changed files with 1 additions and 1 deletions
|
@ -85,8 +85,8 @@ in
|
||||||
addresses = [{ address = "10.99.99.2"; prefixLength = 32; }];
|
addresses = [{ address = "10.99.99.2"; prefixLength = 32; }];
|
||||||
|
|
||||||
routes = [
|
routes = [
|
||||||
{ address = "10.99.99.0"; prefixLength = 24; via = "10.99.99.1"; }
|
|
||||||
{ address = "10.99.99.1"; prefixLength = 32; }
|
{ address = "10.99.99.1"; prefixLength = 32; }
|
||||||
|
{ address = "10.99.99.0"; prefixLength = 24; via = "10.99.99.1"; }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue