Feature Vm Ipv6
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
-
Owner
+1
-
-
-
-
Shouldn't 1767d22cadd_interface
also call this task?
600 | 600 | description='created by host.save()', |
601 | 601 | type='AAAA').save() |
602 | 602 | |
603 | def get_network_config(self): | |
604 | interface = {'addresses': []} | |
605 | ||
606 | if self.ipv4 and self.vlan.network4: | |
607 | ipv4 = IPNetwork(self.ipv4) | |
608 | ipv4.prefixlen = self.vlan.network4.prefixlen | |
Please
register
or
sign in
to reply
|
+1
mentioned in merge request !176 (merged)
mentioned in merge request !176 (merged)