os-net-config/os_net_config
Dan Sneddon e12837353d Fix numbered NIC mapping when using dotted VLAN notation
When declaring VLANs using dotted notation (such as em1.10
for VLAN 10 on interface em1), numbered NICs are not
properly mapped to real interface names. This patch fixes
the handling of the mapped NIC names inside the BaseOpts
object that is the base class for all interface types.
This allows an interface name of "nic1.10" to be mapped
to, e.g. "em1.10"

Closes-bug: #1783206

Change-Id: Ibd9b28128900d9e959b82eb8673b8380bf20606a
2018-07-27 03:49:16 -07:00
..
tests Fix numbered NIC mapping when using dotted VLAN notation 2018-07-27 03:49:16 -07:00
__init__.py Add network objects sriov_vf and sriov_pf 2018-02-16 00:55:52 -05:00
cli.py Adding VLAN support and other configs for sriov_vf 2018-07-10 01:19:04 -04:00
impl_eni.py Continue bringing up interfaces even if one fails 2017-05-30 20:17:21 +00:00
impl_ifcfg.py Adding VLAN support and other configs for sriov_vf 2018-07-10 01:19:04 -04:00
impl_iproute.py Add copyrights to files. 2014-07-07 16:15:53 -04:00
objects.py Fix numbered NIC mapping when using dotted VLAN notation 2018-07-27 03:49:16 -07:00
schema.yaml Add sriov_vf type as member of ovs_dpdk_port 2018-07-13 23:41:25 -04:00
sriov_config.py Adding VLAN support and other configs for sriov_vf 2018-07-10 01:19:04 -04:00
utils.py Add check for OVS for objects that require it 2018-07-17 01:12:53 -04:00
validator.py Add schema-based config data validation 2017-07-12 22:57:34 +02:00
version.py Move versioning into version.py 2014-09-04 09:59:11 -04:00