Grant Limberg
|
54f339f0c0
|
fix a couple of metrics (#1989)
|
3 years ago |
Grant Limberg
|
06b487119d
|
More packet metrics (#1982)
* found path negotation sends that weren't accounted for
* Fix histogram so it will actually compile
* Found more places for packet metrics
|
3 years ago |
Brenton Bostick
|
f73e51e94c
|
Brenton/curly braces (#1971)
* fix formatting
* properly adjust various lines
breakup multiple statements onto multiple lines
* insert {} around if, for, etc.
|
3 years ago |
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 }
}
}
}
}
}
|
3 years ago |
Brenton Bostick
|
4d50ed0b9d
|
Fix several warning: format specifies type 'XXX' but the argument has type 'YYY'
Use %z for printing size_t and PRId64 etc. macros for printing
platform-specific widths, and remove now-redundant casts
|
3 years ago |
Brenton Bostick
|
f74a594e98
|
fix typos in comments and strings
|
3 years ago |
Joseph Henry
|
b02a41751c
|
Fix unresponsiveness when moving flows in balance-aware (See #1764)
|
3 years ago |
Joseph Henry
|
e1f60e3f83
|
Behavioral changes to multipath balance modes (See: #1745 and #1753)
|
3 years ago |
Joseph Henry
|
bc521504ca
|
Improved multipath link monitoring
|
4 years ago |
Joseph Henry
|
0797adf223
|
Improve output of bond list command
|
4 years ago |
Joseph Henry
|
50e131a4ff
|
Partial fix for discrepancy between docs and implementation
|
4 years ago |
grapexy
|
b733bb8ead
|
Fix sanity checks overwriting custom policy parameters
|
4 years ago |
Joseph Henry
|
e18d206248
|
Add warm spare feature for balance modes
|
4 years ago |
Joseph Henry
|
1d1843bf3b
|
Forget links if QoS verbs fail to arrive
|
4 years ago |
Joseph Henry
|
0e23ba8f1a
|
Add logic short-circuit to avoid unnecessary bond rebuild logic when appropriate
|
4 years ago |
Joseph Henry
|
b6074da498
|
Fix nonsensical equality comparison which may prevent certain links from being regarded as preferred in multipath scenarios
|
4 years ago |
Joseph Henry
|
ff670d044a
|
Fix integer format specifier compiler warnings
|
4 years ago |
Joseph Henry
|
7ed5bde426
|
Fix for ab-mode link failure, QoS metrics (WIP)
|
4 years ago |
Joseph Henry
|
1a400d33fd
|
Fix link creation bug in active-backup mode
|
4 years ago |
Joseph Henry
|
6c85f8c7a7
|
Safely handle disappearing bonded interfaces (See issue #1587)
|
4 years ago |
David Baird
|
eea93d2607
|
Fix SEGV caused by format string on 32-bit platforms / armv7l, reported in #1587 (#1658)
Looks great. Thanks for this!
|
4 years ago |
Joseph Henry
|
e9f8ecbf7e
|
Properly initialize active-backup path index as partial fix for #1587
|
4 years ago |
Joseph Henry
|
66236e91a2
|
Style fix
|
4 years ago |
Joseph Henry
|
7e4da53c0b
|
Check reference to failover path before use in active-backup scenario
|
4 years ago |
Joseph Henry
|
99df637aae
|
Improve relationship between QOS timers and bucket sizes
|
4 years ago |
Joseph Henry
|
3ead6b67cd
|
Dynamically scale bonded link monitor frequency according to aliveness
|
4 years ago |
Joseph Henry
|
8148c658cf
|
Remove bonds for peers that have fully expired. Remove notion of bond health
|
4 years ago |
Joseph Henry
|
1cf8a1f493
|
More accurate accounting of bond layer overhead traffic
|
4 years ago |
Joseph Henry
|
1b0c183913
|
Force non-leaf peers into local active-backup bond when multipath is enabled
|
4 years ago |
Joseph Henry
|
46e955e3a1
|
Split bond logs into two categories to reduce logging size
|
4 years ago |
Joseph Henry
|
2850f131e2
|
Fix code style
|
4 years ago |
Andrej Binder
|
aeec7dae36
|
Prevent arithmetic error on interface change.
|
4 years ago |
Joseph Henry
|
bdef9d3bd7
|
Fix situation where too many ECHOs are sent to multipath peer
|
4 years ago |
Joseph Henry
|
b154b7296c
|
Improve multipath logging output
|
4 years ago |
Joseph Henry
|
1c6fd4125d
|
Fix custom policy parsing bug mentioned in issue #1507
|
4 years ago |
Joseph Henry
|
1f43a736b2
|
Fix active-backup path selection bug
|
4 years ago |
Joseph Henry
|
05a0a20197
|
Fix multipath flow reallocation. Prevent allocation to dead paths
|
4 years ago |
Joseph Henry
|
cc6de583be
|
Prevent balance-xor from de-allocating from bad paths
|
4 years ago |
Adam Ierymenko
|
75a45eeb27
|
Revert "Backport guts of 1.8 to 1.6 tree so we can point release without waiting for UI quirks to be fixed."
This reverts commit 48ce7632fa.
|
5 years ago |
Adam Ierymenko
|
48ce7632fa
|
Backport guts of 1.8 to 1.6 tree so we can point release without waiting for UI quirks to be fixed.
|
5 years ago |
Joseph Henry
|
e607348c7e
|
Fix bad index bug (during switching) in balance-rr
|
5 years ago |
Joseph Henry
|
b6ed919fbc
|
Call recordOutgoingPacket regardless of policy to generate sufficient entropy for bond layer
|
5 years ago |
Joseph Henry
|
e1af003e4f
|
Consolidation of multipath logic. Better system separation
|
5 years ago |
Joseph Henry
|
13481cea18
|
Fix (some) compile-time warnings on Windows
|
5 years ago |
Joseph Henry
|
11ddbc6f30
|
Fix (some) compile-time warnings on Linux
|
5 years ago |
Joseph Henry
|
29e5880d8b
|
Match formatting of Bond-related sources to ZeroTier standard (no functional changes)
|
5 years ago |
Joseph Henry
|
1732f7371c
|
Minor bonding CLI fix
|
5 years ago |
Joseph Henry
|
ecfac0601a
|
Add new bond control commands to CLI
|
5 years ago |
Joseph Henry
|
1331739ee4
|
Remove (some) debug tracing in Bond which may cause a segfault
|
5 years ago |
Joseph Henry
|
5f8714a0cd
|
Remove minor non-functional flow hashing stubs
|
6 years ago |