typo in previous

This commit is contained in:
Ad Schellevis 2019-07-12 16:07:14 +02:00
parent a9786a6be0
commit 62f1bb21f7

View File

@ -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;