Current Path : /proc/12558/cwd/proc/11395/cwd/etc/netplan/ |
Current File : //proc/12558/cwd/proc/11395/cwd/etc/netplan/90-hotplug-azure.yaml |
# This netplan yaml is delivered in Azure cloud images to support # attaching and detaching nics after the instance first boot. # Cloud-init otherwise handles initial boot network configuration in # /etc/netplan/50-cloud-init.yaml network: version: 2 ethernets: ephemeral: dhcp4: true match: driver: hv_netvsc name: '!eth0' optional: true hotpluggedeth0: dhcp4: true match: driver: hv_netvsc name: 'eth0'