[Hyper-V] IP injection adds the line “# The following stanza(s) added by hv_set_ifconfig” for every pass.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
linux (Ubuntu) |
Fix Released
|
Medium
|
Andy Whitcroft | ||
Trusty |
Fix Released
|
Low
|
Unassigned | ||
Utopic |
Fix Released
|
Low
|
Andy Whitcroft | ||
Vivid |
Fix Released
|
Medium
|
Andy Whitcroft |
Bug Description
This is new bug branched off Bug https:/
The IP injection problem has been fixed, but a small problem remains:
There is one small glitch in how hv_set_ifconfig runs, as after several runs it keeps adding the line “# The following stanza(s) added by hv_set_ifconfig” for every pass.
This is the setip execution output:
PS C:\Users\
-------
SetGuestNetwork
-------
Msvm_GuestNetwo
IPAddresses: : {10.100.20.108, fe80::215:
ProtocolIFType: : 4098
DHCPEnabled: : True
InstanceID: : Microsoft:
Subnets: : {255.255.255.0, /64}
DNSServers: : {8.8.8.8}
DefaultGateways: : {10.100.20.1}
SetGuestNetwork
SetGuestNetwork
Msvm_GuestNetwo
IPAddresses: : {10.100.20.208, fe80::215:
ProtocolIFType: : 4098
DHCPEnabled: : False
InstanceID: : Microsoft:
Subnets: : {255.0.0.0, /64}
DNSServers: : {8.8.8.8, 8.8.4.4}
DefaultGateways: : {10.100.20.1}
Sample interfaces file content after running the script 3 times:
root@ubuntu1410:~# cat /etc/network/
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
# The following stanza(s) added by hv_set_ifconfig
# The following stanza(s) added by hv_set_ifconfig
# The following stanza(s) added by hv_set_ifconfig
auto eth0
iface eth0 inet static
address 10.100.20.108
gateway 10.100.20.1
#End of hv_set_ifconfig stanzas
CVE References
Changed in linux (Ubuntu): | |
status: | Incomplete → Confirmed |
importance: | Undecided → Medium |
assignee: | nobody → Andy Whitcroft (apw) |
tags: | added: kernel-da-key |
Changed in linux (Ubuntu): | |
status: | Confirmed → In Progress |
Changed in linux (Ubuntu): | |
milestone: | ubuntu-15.01 → ubuntu-15.02 |
Changed in linux (Ubuntu Vivid): | |
status: | In Progress → Fix Committed |
Changed in linux (Ubuntu Utopic): | |
status: | New → In Progress |
Changed in linux (Ubuntu Trusty): | |
status: | New → In Progress |
Changed in linux (Ubuntu Utopic): | |
importance: | Undecided → Low |
Changed in linux (Ubuntu Trusty): | |
importance: | Undecided → Low |
Changed in linux (Ubuntu Utopic): | |
assignee: | nobody → Andy Whitcroft (apw) |
Changed in linux (Ubuntu Trusty): | |
assignee: | nobody → Andy Whitcroft (apw) |
Changed in linux (Ubuntu Trusty): | |
status: | In Progress → Fix Committed |
Changed in linux (Ubuntu Utopic): | |
status: | In Progress → Fix Committed |
Changed in linux (Ubuntu Trusty): | |
assignee: | Andy Whitcroft (apw) → nobody |
tags: | added: cscc |
This bug is missing log files that will aid in diagnosing the problem. From a terminal window please run:
apport-collect 1413020
and then change the status of the bug to 'Confirmed'.
If, due to the nature of the issue you have encountered, you are unable to run this command, please add a comment stating that fact and change the bug status to 'Confirmed'.
This change has been made by an automated script, maintained by the Ubuntu Kernel Team.