Revision 38206f3c lib/backend.py

b/lib/backend.py
1348 1348
    config.set(constants.INISECT_INS, 'nic%d_mac' %
1349 1349
               nic_count, '%s' % nic.mac)
1350 1350
    config.set(constants.INISECT_INS, 'nic%d_ip' % nic_count, '%s' % nic.ip)
1351
    config.set(constants.INISECT_INS, 'nic%d_bridge' % nic_count, '%s' % nic.bridge)
1351
    config.set(constants.INISECT_INS, 'nic%d_bridge' % nic_count,
1352
               '%s' % nic.bridge)
1352 1353
  # TODO: redundant: on load can read nics until it doesn't exist
1353 1354
  config.set(constants.INISECT_INS, 'nic_count' , '%d' % nic_count)
1354 1355

  

Also available in: Unified diff