mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
typo in previous
This commit is contained in:
parent
a9786a6be0
commit
62f1bb21f7
@ -209,7 +209,7 @@ class Gateways
|
||||
];
|
||||
// set default priority
|
||||
if (strstr($ifcfg['if'], 'gre') || strstr($ifcfg['if'], 'gif') || strstr($ifcfg['if'], 'ovpn')) {
|
||||
// consider tunnel ttype interfaces least attractive by default
|
||||
// consider tunnel type interfaces least attractive by default
|
||||
$thisconf['priority'] = 255;
|
||||
} else {
|
||||
$thisconf['priority'] = 254;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user