Skip to content
Snippets Groups Projects

Nat 185

Merged JORGE SASIAIN requested to merge NAT-185 into develop
2 files
+ 51
6
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 6
3
@@ -36,7 +36,8 @@ def configuration_data():
@@ -36,7 +36,8 @@ def configuration_data():
"networks": ["dead:beef::/80"],
"networks": ["dead:beef::/80"],
"mask": 128
"mask": 128
},
},
"domain_name": ".lo"
"domain_name": ".lo",
 
"dns_view": "default"
},
},
"TRUNK": {
"TRUNK": {
"V4": {
"V4": {
@@ -49,7 +50,8 @@ def configuration_data():
@@ -49,7 +50,8 @@ def configuration_data():
"networks": [],
"networks": [],
"mask": 126
"mask": 126
},
},
"domain_name": ".trunk"
"domain_name": ".trunk",
 
"dns_view": "default"
},
},
"GEANT_IP": {
"GEANT_IP": {
"V4": {
"V4": {
@@ -62,7 +64,8 @@ def configuration_data():
@@ -62,7 +64,8 @@ def configuration_data():
"networks": [],
"networks": [],
"mask": 126
"mask": 126
},
},
"domain_name": ".geantip"
"domain_name": ".geantip",
 
"dns_view": "default"
}
}
},
},
"PROVISIONING_PROXY": {
"PROVISIONING_PROXY": {
Loading