Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 5debd61c authored by SIMONIN Matthieu's avatar SIMONIN Matthieu
Browse files

g5k: fix returned Vlan6 Network

Fix #112
parent a7d7e816
No related branches found
No related tags found
No related merge requests found
......@@ -324,7 +324,7 @@ class G5kVlanNetwork(G5kNetwork):
self.roles,
[
G5kEnosVlan4Network(self.cidr, self.vlan_id, self.gateway, self.dns),
G5kEnosVlan6Network(self.cidr, self.vlan_id, self.gateway6, self.dns6),
G5kEnosVlan6Network(self.cidr6, self.vlan_id, self.gateway6, self.dns6),
],
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment