Ticket #71 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

Should give error when IP address is allocated, but configuration doesn't allow it

Reported by: KevinLai Owned by: KevinLai
Priority: normal Milestone: 0.3.3.3
Component: Xen Version:
Severity: normal Keywords:
Cc:

Description (last modified by KevinLai) (diff)

This could happen if the configuration changes.

Change History

Changed 4 years ago by KevinLai

  • owner changed from LarsRasmusson to KevinLai
  • description modified (diff)
  • milestone changed from 0.3.3.4 to 0.3.3.3

Changed 4 years ago by KevinLai

Currently, error occurs here:

def write_dhcp_conf(potential_leases, **kw):

"""Write /etc/dhcpd.conf """ kwname_server_string? = ", ".join([x for x in kwname_servers?]) l = zip(kwsubnet_mask?.split("."),

kwbroadcast_address?.split("."))

kwsubnet? = ".".join(["%d" % (int(p[1]) & int(p[0])) for p in l])

Changed 4 years ago by KevinLai

  • status changed from new to closed
  • resolution set to fixed

Fixed in patch 37.

Note: See TracTickets for help on using tickets.