Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

LinkAddRequest: Allow adding macvlan on a specified link. #194

Merged
merged 1 commit into from
Nov 11, 2021

Commits on Nov 10, 2021

  1. LinkAddRequest: Allow adding macvlan on a link

    Following adds support to create MACVLAN on a link.
    This is equivalent to `ip link add NAME name link LINK type macvlan mode MACVLAN_MODE`.
    But instead of specifying a link name (LINK), we specify a link index
    and a mode.
    
    Veth must be already up for this to work. Following behaviour is
    expected cause its same for `vxlan` and `vlan`.
    
    Signed-off-by: Aditya Rajan <arajan@redhat.com>
    flouthoc committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    eb1c8c5 View commit details
    Browse the repository at this point in the history