Revision 1cafd236

b/lib/backend.py
1256 1256
    config.set(constants.INISECT_INS, 'nic%d_mac' %
1257 1257
               nic_count, '%s' % nic.mac)
1258 1258
    config.set(constants.INISECT_INS, 'nic%d_ip' % nic_count, '%s' % nic.ip)
1259
    config.set(constants.INISECT_INS, 'nic%d_bridge' % nic_count, '%s' % nic.bridge)
1259 1260
  # TODO: redundant: on load can read nics until it doesn't exist
1260 1261
  config.set(constants.INISECT_INS, 'nic_count' , '%d' % nic_count)
1261 1262

  

Also available in: Unified diff