You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 25, 2019. It is now read-only.
these scripts do not work if your MACVLAN_PARENT is a vlan interface like eth1.233. I think this is related to the order in which these scripts are executed, because when I add the DEVTIMEOUT=30 the macvlan is still not created, I created a temporary workaround by adding this to the ifup-macvlan script
is_available_wait ${MACVLAN_PARENT} ${DEVTIMEOUT} || {
ifup ${MACVLAN_PARENT}
#net_log $"Device ${DEVICE} does not seem to be present, delaying initialization."
#exit 1
}
these scripts do not work if your MACVLAN_PARENT is a vlan interface like eth1.233. I think this is related to the order in which these scripts are executed, because when I add the DEVTIMEOUT=30 the macvlan is still not created, I created a temporary workaround by adding this to the ifup-macvlan script