Adam Ierymenko
|
9aff094b6f
|
node/ -> MPL
|
2025-08-06 12:10:18 -04:00 |
|
Adam Ierymenko
|
f319078694
|
Merge github/dev
|
2025-08-05 11:03:59 -04:00 |
|
Adam Ierymenko
|
ba2a4a605c
|
clang-format
|
2025-07-03 11:26:23 -04:00 |
|
Joseph Henry
|
bf7dddbd84
|
Fix issues that prevent user multipath preferences from being respected
|
2024-08-29 10:09:19 -07:00 |
|
Joseph Henry
|
2e6cda38f6
|
Port multipath improvements to newer version
|
2024-03-01 15:43:28 -08:00 |
|
Joseph Henry
|
b8b5d0bff8
|
Add setmtu command, fix bond lifetime issue
|
2023-08-15 12:59:58 -07:00 |
|
Brenton Bostick
|
f73e51e94c
|
Brenton/curly braces (#1971)
* fix formatting
* properly adjust various lines
breakup multiple statements onto multiple lines
* insert {} around if, for, etc.
|
2023-05-01 11:48:16 -07:00 |
|
Joseph Henry
|
39f3f5b2d9
|
User-configurable physical MTU for individual links
This patch allows users to specify the physical layer MTU for individual links
when in multipath mode. For example:
{
"settings":
{
"defaultBondingPolicy": "custom-balance-xor",
"policies":
{
"custom-balance-xor":
{
"basePolicy": "balance-xor",
"failoverInterval": 5000,
"links": {
"weird_5g_link": { "mtu": 1300 },
"enp5s0": { "mtu": 1400 }
}
}
}
}
}
|
2023-01-12 07:12:19 +01:00 |
|
Joseph Henry
|
e1f60e3f83
|
Behavioral changes to multipath balance modes (See: #1745 and #1753)
|
2022-10-09 23:07:16 -07:00 |
|
Joseph Henry
|
bc521504ca
|
Improved multipath link monitoring
|
2022-09-20 14:27:34 -07:00 |
|
Joseph Henry
|
0797adf223
|
Improve output of bond list command
|
2022-09-16 13:43:34 -07:00 |
|
Joseph Henry
|
50e131a4ff
|
Partial fix for discrepancy between docs and implementation
|
2022-09-15 15:56:23 -07:00 |
|
Joseph Henry
|
e18d206248
|
Add warm spare feature for balance modes
|
2022-09-14 10:09:29 -07:00 |
|
Joseph Henry
|
1d1843bf3b
|
Forget links if QoS verbs fail to arrive
|
2022-09-07 09:08:13 -07:00 |
|
Joseph Henry
|
7ed5bde426
|
Fix for ab-mode link failure, QoS metrics (WIP)
|
2022-06-08 10:01:54 -07:00 |
|
Joseph Henry
|
c34325fee7
|
Fix attribute placement for debugging functions (#1587)
|
2022-05-06 17:25:15 -07:00 |
|
Joseph Henry
|
db8443ef7d
|
Remove attributes causing build failures on various platforms (#1587)
|
2022-05-06 15:19:59 -07:00 |
|
Joseph Henry
|
6c85f8c7a7
|
Safely handle disappearing bonded interfaces (See issue #1587)
|
2022-05-06 14:59:34 -07:00 |
|
David Baird
|
eea93d2607
|
Fix SEGV caused by format string on 32-bit platforms / armv7l, reported in #1587 (#1658)
Looks great. Thanks for this!
|
2022-05-06 09:11:47 -07:00 |
|
Joseph Henry
|
66236e91a2
|
Style fix
|
2022-04-26 08:26:45 -07:00 |
|
Joseph Henry
|
8148c658cf
|
Remove bonds for peers that have fully expired. Remove notion of bond health
|
2022-03-02 09:55:23 -08:00 |
|
Joseph Henry
|
1b0c183913
|
Force non-leaf peers into local active-backup bond when multipath is enabled
|
2022-02-17 15:16:33 -08:00 |
|
Joseph Henry
|
46e955e3a1
|
Split bond logs into two categories to reduce logging size
|
2022-01-26 15:14:02 -08:00 |
|
Joseph Henry
|
b154b7296c
|
Improve multipath logging output
|
2021-12-14 21:13:19 -08:00 |
|
Joseph Henry
|
1c6fd4125d
|
Fix custom policy parsing bug mentioned in issue #1507
|
2021-12-14 11:49:43 -08:00 |
|