Skip to content
  • Thomas Graf's avatar
    bonding: add nm_connection_get_virtual_iface_name() to abstract kernel interface binding · 1cd8d520
    Thomas Graf authored and Dan Williams's avatar Dan Williams committed
    
    
    Some connection types such as bonding, bridging and VLAN require
    specific virtual kernel interfaces identified by name to be auto
    connected to the connection.
    
    The function nm_connection_get_virtual_iface_name() returns the name
    of the kernel interface if the connection type requires this
    functionatlity.
    
    Each connection base type settings class can implement the function
    get_virtual_iface_name() if the connection needs to be auto connected
    to a specific kernel interface.
    
    Signed-off-by: default avatarThomas Graf <tgraf@redhat.com>
    1cd8d520