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 c2b31233b0f33e9171080bc9eb84b15f2648d258 (commit) via fe5f0d6fe5f30b0211d8078060147b0764abe6a8 (commit) via 032dfba32c67ba59161a0856e8bc819fceefd1e0 (commit) via 55adbd5a83f245af22896adb13fd120b6df0253d (commit) via 02921cbd40821c7bc3dcce28c720d47828f7ece9 (commit) via 3ec2c1d04f8571ac5683f08518d959241a75e6a0 (commit) via 7436cde4a3b074458b93d35ca2811675fccc45c8 (commit) from 711c46457ae9fef52c7c529d89c67d0d526f73ef (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 c2b31233b0f33e9171080bc9eb84b15f2648d258 Author: Ivan Shapovalov intelfx100@gmail.com Date: Fri May 17 21:12:01 2013 +0400
Properly check existence of a connection type.
Substituting "/dev/null/nonexistent" for an empty $Connection, of course, does generally work, but is somewhat ugly (esp. in that the string is appended to $CONN_DIR, so the resulting path may theoretically exist).
Instead, substitute an empty string for the complete path if $Connection is empty: an empty string can never be readable.
Signed-off-by: Ivan Shapovalov intelfx100@gmail.com
commit fe5f0d6fe5f30b0211d8078060147b0764abe6a8 Author: Jouke Witteveen j.witteveen@gmail.com Date: Fri May 17 10:58:23 2013 +0200
Restrict dhcpcd to IPv4
By default, dhcpcd requests leases for both versions of IPv6. In the past, dhcpcd did not support IPv6, so this commits restores old behavior.
commit 032dfba32c67ba59161a0856e8bc819fceefd1e0 Author: Thomas Bächler thomas@archlinux.org Date: Thu May 16 23:19:25 2013 +0200
Flush the interface configuration in ip_unset instead of bring_interface_down.
When switching networks in auto.action, the addresses are not flushed. This is especially problematic with stateless ipv6 autoconfigutation, as invalid IPs may stay around until their (potentially very long) lifetime has expired.
bring_interface_down is always called after ip_unset everywhere else, so this change does not affect anything else.
V2: Make sure not to flush the link local address.
commit 55adbd5a83f245af22896adb13fd120b6df0253d Author: Jouke Witteveen j.witteveen@gmail.com Date: Wed May 15 21:22:15 2013 +0200
Typo in a sample profile
commit 02921cbd40821c7bc3dcce28c720d47828f7ece9 Author: Evan Teitelman teitelmanevan@gmail.com Date: Tue May 7 15:25:09 2013 -0400
Make a directory for a unit file link before creating the link itself.
The '/etc/systemd/system/multi-user.target.wants' directory does not necessarily exist before netctl is invoked.
commit 3ec2c1d04f8571ac5683f08518d959241a75e6a0 Author: Jouke Witteveen j.witteveen@gmail.com Date: Wed May 15 21:21:25 2013 +0200
More consistent approach to output
commit 7436cde4a3b074458b93d35ca2811675fccc45c8 Author: Kory Prince korylprince@gmail.com Date: Wed May 8 15:16:26 2013 -0500
Added netctl-auto detection
-----------------------------------------------------------------------
Summary of changes: docs/examples/bridge | 2 +- src/lib/globals | 2 +- src/lib/ip | 9 ++++++--- src/lib/network | 1 - src/netctl.in | 1 + src/wifi-menu | 13 ++++++++++--- 6 files changed, 19 insertions(+), 9 deletions(-)
hooks/post-receive
arch-projects@lists.archlinux.org