This is an automated email from git. It was generated because a ref
change was pushed to the "chrony/chrony.git" repository.

The branch, master has been updated
       via  4e747da4b482c568e82761913ac702899c72745a (commit)
       via  99e3c67a8104864300cebf58fdf6a7cece99c8c2 (commit)
       via  c4a2550518e19b0995ef143b44e7dabaa3851437 (commit)
       via  4ef944b73436fc3e1047ec1586c0872e3c581df0 (commit)
      from  0f04baeb9774f794040af6796222e8dd090cec8b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4e747da4b482c568e82761913ac702899c72745a
Author: Miroslav Lichvar <mlich...@redhat.com>
Date:   Tue Jun 30 16:13:48 2020 +0200

    ntp+cmdmon: fix responding to link-local addresses
    
    After commit e49aececceaa ("socket: don't set interface for sent
    packets") the NTP and cmdmon server stopped responding to requests from
    link-local addresses.
    
    Set the interface specifically for packets sent to a link-local address.

commit 99e3c67a8104864300cebf58fdf6a7cece99c8c2
Author: Miroslav Lichvar <mlich...@redhat.com>
Date:   Tue Jun 30 15:26:55 2020 +0200

    socket: add support for selecting interface again
    
    Revert commit e49aececceaa ("socket: don't set interface for sent
    packets") to allow the interface to be selected for outgoing packets,
    but don't set it in the callers yet.

commit c4a2550518e19b0995ef143b44e7dabaa3851437
Author: Miroslav Lichvar <mlich...@redhat.com>
Date:   Tue Jun 30 12:27:10 2020 +0200

    conf: add directives to specify interfaces for binding sockets
    
    Add binddevice, bindacqdevice, and bindcmddevice directive to specify
    the interface for binding the NTP server, NTP client, and command socket
    respectively.

commit 4ef944b73436fc3e1047ec1586c0872e3c581df0
Author: Miroslav Lichvar <mlich...@redhat.com>
Date:   Tue Jun 30 10:21:45 2020 +0200

    socket: add support for binding sockets to device
    
    As a Linux-specific feature, allow sockets to be bound to a device using
    the SO_BINDTODEVICE socket option. The CAP_NET_RAW capability is
    required for setting the option.

-----------------------------------------------------------------------

Summary of changes:
 client.c             |  2 +-
 cmdmon.c             | 11 +++++++++--
 conf.c               | 38 ++++++++++++++++++++++++++++++++++++++
 conf.h               |  3 +++
 doc/chrony.conf.adoc | 48 ++++++++++++++++++++++++++++++++++++++++++------
 ntp_io.c             | 16 ++++++++++++----
 ntp_io_linux.c       |  8 ++++----
 nts_ke_client.c      |  2 +-
 nts_ke_server.c      |  2 +-
 socket.c             | 52 +++++++++++++++++++++++++++++++++++++++++++++++-----
 socket.h             | 11 ++++++++---
 sys_linux.c          |  9 ++++++---
 12 files changed, 172 insertions(+), 30 deletions(-)


hooks/post-receive
-- 
chrony/chrony.git

-- 
To unsubscribe email chrony-dev-requ...@chrony.tuxfamily.org with "unsubscribe" 
in the subject.
For help email chrony-dev-requ...@chrony.tuxfamily.org with "help" in the 
subject.
Trouble?  Email listmas...@chrony.tuxfamily.org.

Reply via email to