[arch-projects] [netctl] [GIT] Network control utility based on systemd branch master updated. 1.20-6-g8e5d89a

Jouke Witteveen jouke at archlinux.org
Sat Mar 28 11:24:02 UTC 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Network control utility based on systemd".

The branch, master has been updated
       via  8e5d89ade8a99c12517095af33c0e5d3198ddc32 (commit)
       via  4918a821f521e8a02c125c202c007feb8cc58079 (commit)
       via  f80b73865494e9dda2e7f5a13e7c703c4069910c (commit)
       via  b5335f4350015d7c8b0cc66349d1290b7251bd9d (commit)
      from  c0196798dde620566146867e59d52d3120e9b4f1 (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 8e5d89ade8a99c12517095af33c0e5d3198ddc32
Author: Jouke Witteveen <j.witteveen at gmail.com>
Date:   Sat Mar 28 12:22:39 2020 +0100

    1.21 release updates

commit 4918a821f521e8a02c125c202c007feb8cc58079
Author: Jouke Witteveen <j.witteveen at gmail.com>
Date:   Sat Mar 28 12:19:58 2020 +0100

    Makefile: more compact use of `install`

commit f80b73865494e9dda2e7f5a13e7c703c4069910c
Author: Jouke Witteveen <j.witteveen at gmail.com>
Date:   Sat Mar 28 12:01:21 2020 +0100

    Add a connection type for WireGuard interfaces
    
    Contributed by Thibaut Sautereau <thibaut at sautereau.fr>

commit b5335f4350015d7c8b0cc66349d1290b7251bd9d
Author: Jouke Witteveen <j.witteveen at gmail.com>
Date:   Fri Mar 20 15:34:31 2020 +0100

    Support custom MAC address on new interfaces (FS#64766)
    
    Connection types bond, bridge, dummy, vlan, and macvlan create their own
    interface. Previously, only macvlan offered control over the MAC address of
    the created interface. Now, this functionality is available to all these
    connection types.
    
    Thanks to:
    Javier <j.e.vasquez.v at gmail.com>
    and
    David Hummel <hummeltech at dhummel.net>

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

Summary of changes:
 Makefile                      | 12 +++++-------
 NEWS                          |  4 ++++
 contrib/PKGBUILD.in           |  1 +
 docs/examples/bridge          |  2 ++
 docs/examples/macvlan-static  |  2 +-
 docs/examples/wireguard       | 11 +++++++++++
 docs/netctl.profile.5.txt     | 20 ++++++++++++++++++--
 src/lib/connections/bond      |  2 +-
 src/lib/connections/bridge    |  5 ++++-
 src/lib/connections/dummy     |  2 +-
 src/lib/connections/macvlan   |  5 +----
 src/lib/connections/vlan      |  2 +-
 src/lib/connections/wireguard | 26 ++++++++++++++++++++++++++
 src/lib/interface             | 12 ++++++++----
 14 files changed, 84 insertions(+), 22 deletions(-)
 create mode 100644 docs/examples/wireguard
 create mode 100644 src/lib/connections/wireguard


hooks/post-receive
-- 
Network control utility based on systemd


More information about the arch-projects mailing list