We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e3bbc8 commit be8ed80Copy full SHA for be8ed80
dockers/docker-teamd/teamd.j2
@@ -3,7 +3,8 @@
3
"runner": {
4
"name": "lacp",
5
"active": true,
6
- "min_ports": 2,
+{# Use 75% links upperbound as min-links #}
7
+ "min_ports": {{ minigraph_portchannel_interfaces[pc] | length * 0.75 | round(0, 'ceil') | int}},
8
"tx_hash": ["eth", "ipv4", "ipv6"]
9
},
10
"link_watch": {
0 commit comments