Skip to content
This repository was archived by the owner on Jan 25, 2019. It is now read-only.
This repository was archived by the owner on Jan 25, 2019. It is now read-only.

macvlan on vlan interface #3

@f1-outsourcing

Description

@f1-outsourcing

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
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions