Mentions légales du service

Skip to content
Snippets Groups Projects
Commit d013c0d4 authored by Albin PETIT's avatar Albin PETIT
Browse files

[rennes][network] Fix interco local inria network on gw

parent 12eb706f
Branches
No related tags found
1 merge request!503Corrige une mauvaise configuration de la gw de Rennes
...@@ -18,9 +18,9 @@ ...@@ -18,9 +18,9 @@
}, },
"lag3": { "lag3": {
"kind": "switch", "kind": "switch",
"port": "Ethernet1/999", "port": "lag3",
"rate": 50000000000, "rate": 20000000000,
"uid": "mc-fake-sw" "uid": "vss-inria"
} }
}, },
"ip": "172.17.111.211", "ip": "172.17.111.211",
......
...@@ -120,6 +120,6 @@ gw: ...@@ -120,6 +120,6 @@ gw:
port: lag2 port: lag2
lag3: lag3:
kind: switch kind: switch
rate: 50000000000 rate: 20000000000
uid: mc-fake-sw uid: vss-inria
port: Ethernet1/999 port: lag3
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment