VLAN interfaces should have device autodetected

Bug #1715495 reported by Dan Sneddon
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
os-net-config
New
Medium
Dan Sneddon

Bug Description

VLAN interfaces can be created by stating the parent device in the VLAN definition, but the device should be applied automatically if the VLAN is a member of an interface.

For instance, this works:

-
  type: interface
  name: nic2
  addresses:
    - ip_netmask: 192.168.20.10/24
-
  type: vlan
  vlan_id: 20
  device: nic2

But the device: nic2 shouldn't be required. It would be better if type interface accepted a members: stanza, and the VLAN could be a member. The device could be determined by the parent object (interface in this case).

Dan Sneddon (dsneddon)
Changed in os-net-config:
assignee: nobody → Dan Sneddon (dsneddon)
importance: Undecided → Medium
Dan Sneddon (dsneddon)
description: updated
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.