This website requires JavaScript.
Explore
Help
Sign In
mirror
/
netbox-community-netbox
Watch
1
Star
0
Fork
0
You've already forked netbox-community-netbox
mirror of
https://github.com/netbox-community/netbox.git
synced
2024-05-10 07:54:54 +00:00
Code
netbox-community-netbox
/
netbox
/
ipam
History
Jeremy Stretch
0d415d94a5
Fixes
#2757
: Always treat first/last IPs within a /31 or /127 as usable
2019-01-08 12:04:32 -05:00
..
api
…
fixtures
…
migrations
…
tests
…
__init__.py
…
apps.py
…
constants.py
…
fields.py
…
filters.py
Closes
#2701
: Enable filtering of prefixes by exact prefix value
2018-12-19 10:02:18 -05:00
formfields.py
…
forms.py
Closes
#1630
: Enable bulk editing of prefix/IP mask length
2019-01-03 16:21:21 -05:00
lookups.py
…
models.py
Fixes
#2757
: Always treat first/last IPs within a /31 or /127 as usable
2019-01-08 12:04:32 -05:00
querysets.py
…
tables.py
Fixes
#2663
: Prevent duplicate interfaces from appearing under VLAN members view
2018-12-12 13:18:42 -05:00
urls.py
…
views.py
…