Commit 06519506 by Bach Dániel

firewall: fix copypaste error :(

parent a7fca356
......@@ -624,7 +624,7 @@ class Host(models.Model):
interface['gw4'] = str(self.vlan.network4.ip)
if self.ipv6 and self.vlan.network6:
interface['addresses'].append(str(self.ipv4_with_vlan_prefixlen))
interface['addresses'].append(str(self.ipv6_with_vlan_prefixlen))
interface['gw6'] = str(self.vlan.network6.ip)
return interface
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment