Revision 9769bb78 lib/backend.py

b/lib/backend.py
539 539
    # rest of the function)
540 540
    master_name, master_ip = what[constants.NV_MASTERIP]
541 541
    if master_name == my_name:
542
      source = constants.LOCALHOST_IP_ADDRESS
542
      source = constants.IP4_ADDRESS_LOCALHOST
543 543
    else:
544 544
      source = None
545 545
    result[constants.NV_MASTERIP] = utils.TcpPing(master_ip, port,

Also available in: Unified diff