Skip to content
Snippets Groups Projects
Commit f3ba4d0d authored by Simon Joda Stößer's avatar Simon Joda Stößer Committed by Matthias Schiffer
Browse files

docs: fix typos in 2016.1 release notes (#1031)

Add missing trailing `,` in simple_tc section and change the order of ingress and egress to default format used by Gluon.
parent 3300c5a9
No related branches found
No related tags found
No related merge requests found
...@@ -175,9 +175,9 @@ Site changes ...@@ -175,9 +175,9 @@ Site changes
mesh_vpn = { mesh_vpn = {
ifname = 'mesh-vpn', ifname = 'mesh-vpn',
enabled = false, enabled = false,
limit_ingress = 3000,
limit_egress = 200, limit_egress = 200,
} limit_ingress = 3000,
},
} }
needs to be changed to needs to be changed to
...@@ -189,8 +189,8 @@ Site changes ...@@ -189,8 +189,8 @@ Site changes
bandwidth_limit = { bandwidth_limit = {
enabled = false, enabled = false,
ingress = 3000,
egress = 200, egress = 200,
ingress = 3000,
}, },
} }
......
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