Skip to content

Commit

Permalink
Update ChangeLog: new libsyslog.a and logger support for multicast
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Jan 2, 2025
1 parent 837f994 commit 1d4ea89
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ All relevant changes to the project are documented in this file.
Forwarding to multicast groups support two new, per action, options:
- `iface=IFNAME` to set a different outbound interface
- `ttl=1.255` to adjust the TTL of outbound multicast (default: 1)
- Client support for controlling egressing multicast, two new members
in `struct syslog_data`: `.log_iface` and `.log_ttl` in libsyslog.a,
for details, see above
- Bump libsyslog.a ABI version: 0.1.0 -> 0.2.0
- `logger` support for controlling egressing multicast using a new
command line option, `-o iface=IFNAME,ttl=<1..255>`

### Fixes
- `syslogd` now logs the hostname as the FQDN in RFC5424 output format
Expand Down

0 comments on commit 1d4ea89

Please sign in to comment.