SMCRoute v2.4.3
The Lyon release.
Changes
- Add
strlcat()
replacement from OpenBSD, use instead ofstrcat()
smcrouted
should never log to system console, proposed by Westermo
Fixes
smcrouted
fails to join multicast groups on interfaces that do not yet have an IP address whensmcrouted
starts up, or when it receivesSIGHUP
, e.g. DHCP client interfaces. This patch release adds a timer refresh of interface addresses that retries multicast group joins until an address is set. This is similar to issue #55, but does not handle
interfaces that do not exist yet- Make sure Linux alias interfaces (baseif:num) are registered as baseif. Westermo found that use of alias interfaces cause multiple VIFs to be registered for the same base interface causing multicast routes to use the wrong inbound or outbound VIF. Alias interfacesuse the same underlying physical interface so only one VIF needed
- Fix display of route counters and column alignment
- Minor spelling fixes, found by Debian
- Add missing status command to SysV init script, found by Debian
- Simplify
utimensat()
replacement,AT_SYMLINK_NOFOLLOW
unused