Hide Forgot
Created attachment 476424 [details] allow creation of networks as small as /30 Description of problem: When one tries to create a network in virt-manager, it's an error to try to create a network smaller than /28 (16 addresses, 14 hosts). Version-Release number of selected component (if applicable): 0.8.4 How reproducible: 100% Steps to Reproduce: I think it's pretty clear how to reproduce this for anyone that knows how to use virt-manager. Actual results: One gets an error if one tries to create a network smaller than /28. Expected results: One should be able to create a network as small as /30 if one wants, for a two node network, for example. The attached patch attains this expected result.
Ah, very sorry, I didn't realize a patch was applied till now, if so I would have applied it a long time ago (that still doesn't excuse taking a year to actually look into the bug though, so sorry about that as well) I've pushed your patch: http://git.fedorahosted.org/git?p=virt-manager.git;a=commit;h=481e24006c8420fffe231bcc99557092026eb04f Thanks for your contribution!
Much thanks for pushing that Cole.