mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
vxlan: last one, hopefully
This commit is contained in:
parent
94384a53b8
commit
a6c9f4acc8
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user