[arch-projects] [netctl] [GIT] Network control utility based on systemd branch master updated. 1.9-10-g8002fdd

Jouke Witteveen jouke at archlinux.org
Tue Jan 13 10:48:55 UTC 2015


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  8002fdd35157da4bcd4a5de3272b66657d3e3b6b (commit)
       via  1f727e70efefc7a22dd86932f9be35a8727cf114 (commit)
       via  cf675b4ab8e56267b56e2d8bc2a30f87f3502abb (commit)
       via  0cc69f13c2355831e8f07962c072c09ca35fd5f3 (commit)
       via  f9a86cbf053a91a387499615bc6930548a51a463 (commit)
       via  4892bac89bd22f065d8d91beb7e0b4b2002b7b5b (commit)
       via  9c5c435f6240c0293ad01c34e1e4c4b224fffea2 (commit)
       via  d2cf9ae99834de3b8338008cae6273b967c353cd (commit)
       via  9a1ca23b6089eff590056fca12ea8ca07c80014a (commit)
       via  86a44623953d8148fdc4f1dde0d3e041c8f2f54e (commit)
      from  8b3178a79ffbf82313a316ba90270192e374f281 (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 8002fdd35157da4bcd4a5de3272b66657d3e3b6b
Author: Jouke Witteveen <j.witteveen at gmail.com>
Date:   Tue Jan 13 11:47:53 2015 +0100

    1.10 release updates

commit 1f727e70efefc7a22dd86932f9be35a8727cf114
Author: Jouke Witteveen <j.witteveen at gmail.com>
Date:   Mon Jan 12 16:07:22 2015 +0100

    Minor documentation fixes

commit cf675b4ab8e56267b56e2d8bc2a30f87f3502abb
Author: Anthony Ruhier <anthony.ruhier at gmail.com>
Date:   Sun Jan 11 19:47:17 2015 +0100

    Add support for keys to tunnel connections
    
    Only relevant for GRE tunneling.

commit 0cc69f13c2355831e8f07962c072c09ca35fd5f3
Author: Jouke Witteveen <j.witteveen at gmail.com>
Date:   Tue Jan 6 19:31:39 2015 +0100

    Add edit subcommand to netctl

commit f9a86cbf053a91a387499615bc6930548a51a463
Author: Jouke Witteveen <j.witteveen at gmail.com>
Date:   Tue Jan 6 19:05:50 2015 +0100

    Don't look into routes if we have IP=no
    
    For IP6=no this also implies we do not wait for DAD.
    For setting routes but no address, use
    ---
    IP=static
    Address=()
    Routes=(...)
    ---

commit 4892bac89bd22f065d8d91beb7e0b4b2002b7b5b
Author: Jouke Witteveen <j.witteveen at gmail.com>
Date:   Tue Jan 6 18:53:54 2015 +0100

    Start DHCPv6 after DAD (FS#43183)
    
    We need our link-local address to not be tentative.
    
    After DHCPv6 we do not need to do DAD again, as it is part of DHCPv6
    per RFT 3315, section 18.1.8.

commit 9c5c435f6240c0293ad01c34e1e4c4b224fffea2
Author: Jouke Witteveen <j.witteveen at gmail.com>
Date:   Tue Jan 6 18:21:54 2015 +0100

    Unify wired and wireless automatic profile selection (FS#35252)
    
    The previous wired automatic profile selection procedure was not
    properly documented.
    
    Now both wired and wireless automatic profile selection use
    ExcludeAuto= and Priority=

commit d2cf9ae99834de3b8338008cae6273b967c353cd
Author: Jouke Witteveen <j.witteveen at gmail.com>
Date:   Tue Jan 6 18:50:06 2015 +0100

    Add policy support to bonding connections

commit 9a1ca23b6089eff590056fca12ea8ca07c80014a
Author: Leo von Klenze <leo.vonklenze at tngtech.com>
Date:   Sun Oct 12 10:45:06 2014 +0200

    Use netctl-auto for profile switching
    
    If an interface is managed via netctl-auto use netctl-auto
    to switch to the profile instead of failing
    
    [Jouke]: I have removed the notifications. Progress indicators should
    be provided by systemctl but that still is not possible...

commit 86a44623953d8148fdc4f1dde0d3e041c8f2f54e
Author: Mhd Sulhan <m.shulhan at gmail.com>
Date:   Mon Dec 22 16:50:57 2014 +0700

    mobile_ppp: do not call CGDCONT if AccessPointName is not set.
    
    Some mobile does not use APN to connect, this commit allow connection
    established with empty APN.

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

Summary of changes:
 Makefile                                 |  2 +-
 NEWS                                     |  5 ++++
 contrib/PKGBUILD.in                      |  3 ++-
 contrib/bash-completion                  |  4 +--
 contrib/zsh-completion                   |  5 ++--
 docs/examples/bonding                    |  1 +
 docs/examples/ethernet-custom            |  2 ++
 docs/examples/ethernet-dhcp              |  3 +++
 docs/examples/mobile_ppp                 |  4 +--
 docs/examples/{tunnel-he-ipv6 => tunnel} |  9 ++++---
 docs/examples/wireless-wep               | 11 +++++---
 docs/examples/wireless-wep-string-key    |  9 -------
 docs/examples/wireless-wpa               |  4 ++-
 docs/netctl.1.txt                        | 14 +++++++---
 docs/netctl.profile.5.txt                | 33 +++++++++++++++++------
 docs/netctl.special.7.txt                |  4 +--
 services/netctl.service                  |  1 -
 services/netctl at .service                 |  1 -
 src/ifplugd.action                       | 46 +++++++++++++-------------------
 src/lib/connections/bond                 |  5 ++--
 src/lib/connections/mobile_ppp           |  2 +-
 src/lib/connections/tunnel               |  2 +-
 src/lib/ip                               | 30 ++++++++++-----------
 src/netctl-auto                          | 11 +++-----
 src/netctl.in                            |  5 +++-
 src/wifi-menu                            |  3 +--
 26 files changed, 120 insertions(+), 99 deletions(-)
 rename docs/examples/{tunnel-he-ipv6 => tunnel} (51%)
 delete mode 100644 docs/examples/wireless-wep-string-key


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


More information about the arch-projects mailing list