change route priorities
This commit is contained in:
parent
09297d4956
commit
a7025f4ad6
1 changed files with 3 additions and 3 deletions
|
@ -107,21 +107,21 @@
|
|||
routeConfig = {
|
||||
Gateway = "172.20.76.225";
|
||||
Destination = "172.20.72.0/21";
|
||||
Metric = 9999;
|
||||
Metric = 1023;
|
||||
};
|
||||
}
|
||||
{
|
||||
routeConfig = {
|
||||
Gateway = "172.20.76.225";
|
||||
Destination = "172.20.90.0/24";
|
||||
Metric = 9999;
|
||||
Metric = 1023;
|
||||
};
|
||||
}
|
||||
{
|
||||
routeConfig = {
|
||||
Gateway = "172.20.76.225";
|
||||
Destination = "172.22.99.0/24";
|
||||
Metric = 9999;
|
||||
Metric = 1023;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue