Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple HW addresses per netdev & NIC bonding #184

Merged
merged 2 commits into from
May 14, 2019

Commits on Apr 19, 2019

  1. Multiple HW addresses per netdev & NIC bonding

    * Multiple hw addresses can be set by providing multiple --hwaddr arguments
      or giving a comma separated list of hw addresses
    * In the same way bonding devices can be set with --bonddevs
    * Bonding mode can be set with --bondmode
    
    Example:
      wwsh node set node1 --netdev bond0 \
        --hwaddr aa:bb:cc:dd:ee:01,aa:bb:cc:dd:ee:02 \
        --bonddevs eth0,eth1 \
        --bondmode 802.3ad
    
    Changed interfaces:
    
    * Warewulf::Node::update_netdev_member()
    
      Changed order of 'validator' and 'new_values' parameters
      new_values can now be a list
    
      The function is not used anywhere else.
      This is now consistent with the order that is also used in Object::prop().
    beinvisible committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    d4c4c3c View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2019

  1. Configuration menu
    Copy the full SHA
    3ffa9bf View commit details
    Browse the repository at this point in the history