[Bug 1311048] [NEW] hyper-v: hv_set_ifconfig is not parsing netmask setting on Ubuntu-13.10

Dharmendra Modi dmodi at microsoft.com
Tue Apr 22 10:47:06 UTC 2014


Public bug reported:

Netmask is not set correctly by  hv_set_ifconfig of Ubuntu 13.10 during
Failover and Test-Failover.

hv_set_ifconfig is not parsing the /var/lib/hyperv/ifcfg-ethX file
correctly and ignoring the netmask field.

Error Line
 if "NETMASK"+suffix in kvp.keys():
 output += ["\tnetmask " + kvp["NETMASK"+suffix]]

** Affects: systemd (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: saucy

** Description changed:

  Netmask is not set correctly by  hv_set_ifconfig of Ubuntu 13.10 during
  Failover and Test-Failover.
  
  hv_set_ifconfig is not parsing the /var/lib/hyperv/ifcfg-ethX file
  correctly and ignoring the netmask field.
  
  Error Line
-  if "NETMASK"+suffix in kvp.keys():
- 	output += ["\tnetmask " + kvp["NETMASK"+suffix]]
+  if "NETMASK"+suffix in kvp.keys():
+  output += ["\tnetmask " + kvp["NETMASK"+suffix]]

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1311048

Title:
  hyper-v: hv_set_ifconfig is not parsing netmask setting on
  Ubuntu-13.10

Status in “systemd” package in Ubuntu:
  New

Bug description:
  Netmask is not set correctly by  hv_set_ifconfig of Ubuntu 13.10
  during Failover and Test-Failover.

  hv_set_ifconfig is not parsing the /var/lib/hyperv/ifcfg-ethX file
  correctly and ignoring the netmask field.

  Error Line
   if "NETMASK"+suffix in kvp.keys():
   output += ["\tnetmask " + kvp["NETMASK"+suffix]]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1311048/+subscriptions



More information about the foundations-bugs mailing list