We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aceb68 commit bb55cb4Copy full SHA for bb55cb4
1 file changed
python/nav/dhcpstats/common.py
@@ -51,7 +51,7 @@ class DhcpPath:
51
allocation_type="range",
52
group_name_source="custom_groups",
53
group_name="staff",
54
- fist_ip=IP("1.0.1.1"),
+ first_ip=IP("1.0.1.1"),
55
last_ip=IP("1.0.1.255"),
56
)
57
@@ -168,7 +168,6 @@ def from_external_info(
168
group_name = "standalone"
169
else:
170
group_name_source = "custom_groups"
171
- group_name = group_name
172
173
first_ip = IPy.IP(first_ip)
174
last_ip = IPy.IP(last_ip)
0 commit comments