File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,27 @@ Change Log
44All relevant, user visible, changes are documented in this file.
55
66
7+ [ v2.4] [ ] - 2026-04-29
8+ ---------------------
9+
10+ ### Changes
11+ - New ` mctl show router-ports ` command to list multicast router ports grouped
12+ per bridge, also available as JSON, issue kernelkit/infix #395
13+ - Improve ` mctl show igmp json ` multicast-router-ports output; entries are
14+ now per-bridge objects with ` bridge ` and ` ports ` keys
15+ - RFC3376 §8.6/§8.7: send a startup query burst when assuming the querier
16+ role. The querier now sends ` Robustness Variable ` General Queries at
17+ ` Query Interval / 4 ` before switching to the normal query cadence, giving
18+ hosts a much faster initial response, issue #5
19+ - ` mctl ` output width now follows the actual terminal width instead of being
20+ capped at 78 columns; line wrapping is left to the terminal
21+
22+ ### Fixes
23+ - Fix #4 : IGMP queries sent with all-zeroes source MAC when an interface
24+ appears via netlink after the configuration file has already been parsed.
25+ The hardware address is now re-fetched on every netlink ` RTM_NEWLINK ` event
26+
27+
728[ v2.3] [ ] - 2024-04-21
829---------------------
930
Original file line number Diff line number Diff line change 11AC_PREREQ ( [ 2.69] )
2- AC_INIT ( [ mcd] , [ 2.3 ] , [ https://github.com/kernelkit/mcd/issues] )
2+ AC_INIT ( [ mcd] , [ 2.4 ] , [ https://github.com/kernelkit/mcd/issues] )
33AC_CONFIG_AUX_DIR ( .aux )
44AM_INIT_AUTOMAKE ( [ 1.11 foreign] )
55AM_SILENT_RULES ([ yes] )
You can’t perform that action at this time.
0 commit comments