Skip to content
Snippets Groups Projects
Commit c1814c73 authored by Erik Reid's avatar Erik Reid
Browse files

fix networks

parent 9c3ac9d7
Branches
Tags
No related merge requests found
...@@ -9,12 +9,12 @@ ...@@ -9,12 +9,12 @@
"password": "robot-user-password" "password": "robot-user-password"
}, },
"TRUNK": { "TRUNK": {
"V4": {"container": "1.1.0.0/19", "mask": 31}, "V4": {"container": "1.1.0.0/24", "mask": 31},
"V6": {"container": "dead:beef::/29", "mask": 96} "V6": {"container": "dead:beef::/64", "mask": 96}
}, },
"GEANT_IP": { "GEANT_IP": {
"V4": {"container": "1.1.8.0/19", "mask": 31}, "V4": {"container": "1.1.8.0/24", "mask": 31},
"V6": {"container": "dead:beef::/29", "mask": 96} "V6": {"container": "dead:beef::/64", "mask": 96}
} }
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment