vxlan: last one, hopefully

This commit is contained in:
Franco Fichtner 2019-11-28 18:47:32 +01:00
parent 94384a53b8
commit a6c9f4acc8

View File

@ -901,7 +901,7 @@ function interfaces_configure($verbose = false)
/* special interfaces on top of newly generated devices */
$special[] = $if;
continue;
} elseif (strstr($ifcfg['if'], 'vxlan.')) {
} elseif (strstr($ifcfg['if'], 'vxlan')) {
// XXX device configuration is responsible for interface setup too when trying to init all.
continue;
}