Allow admin to create interface outside range
The network range defines the IP to be allocated. This is to reserve some specific addresses (for gateway for example). An admin user should be able to define an interface outside the network range. The IP address select field was replaced with a string field (initialized to the first available IP). Fixes INFRA-200
Showing
- app/models.py 12 additions, 6 deletionsapp/models.py
- app/network/forms.py 22 additions, 3 deletionsapp/network/forms.py
- app/network/views.py 4 additions, 4 deletionsapp/network/views.py
- app/static/js/hosts.js 10 additions, 14 deletionsapp/static/js/hosts.js
- app/utils.py 6 additions, 1 deletionapp/utils.py
- tests/functional/test_api.py 20 additions, 0 deletionstests/functional/test_api.py
Loading
Please register or sign in to comment