Skip to content
Snippets Groups Projects
Commit 3d73728c authored by Alex ubuntu vm's avatar Alex ubuntu vm
Browse files

switch interfaces: BUG FIX

parent 45593176
No related branches found
No related tags found
1 merge request!2repo: added new directory where utils scripts will be
......@@ -20,7 +20,7 @@ spec:
config: '{
"cniVersion": "0.3.0",
"type": "bridge",
"bridge": "br1",
"bridge": "br2",
"mtu": 1400,
"device": "veth2"
}'
......@@ -33,7 +33,7 @@ spec:
config: '{
"cniVersion": "0.3.0",
"type": "bridge",
"bridge": "br1",
"bridge": "br3",
"mtu": 1400,
"device": "veth3"
}'
......@@ -46,7 +46,7 @@ spec:
config: '{
"cniVersion": "0.3.0",
"type": "bridge",
"bridge": "br1",
"bridge": "br4",
"mtu": 1400,
"device": "veth4"
}'
......@@ -59,7 +59,7 @@ spec:
config: '{
"cniVersion": "0.3.0",
"type": "bridge",
"bridge": "br1",
"bridge": "br5",
"mtu": 1400,
"device": "veth5"
}'
......@@ -72,7 +72,7 @@ spec:
config: '{
"cniVersion": "0.3.0",
"type": "bridge",
"bridge": "br1",
"bridge": "br6",
"mtu": 1400,
"device": "veth6"
}'
......@@ -86,7 +86,7 @@ spec:
config: '{
"cniVersion": "0.3.0",
"type": "bridge",
"bridge": "br1",
"bridge": "br7",
"mtu": 1400,
"device": "veth7"
}'
......@@ -99,7 +99,7 @@ spec:
config: '{
"cniVersion": "0.3.0",
"type": "bridge",
"bridge": "br1",
"bridge": "br8",
"mtu": 1400,
"device": "veth8"
}'
......@@ -112,7 +112,7 @@ spec:
config: '{
"cniVersion": "0.3.0",
"type": "bridge",
"bridge": "br1",
"bridge": "br9",
"mtu": 1400,
"device": "veth9"
}'
......@@ -125,7 +125,7 @@ spec:
config: '{
"cniVersion": "0.3.0",
"type": "bridge",
"bridge": "br1",
"bridge": "br10",
"mtu": 1400,
"device": "veth10"
}'
......
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