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 03afcdce237b2dc52a6c1fea72b715cf6c34bf05 (commit) via bcca0a027786c0d23f3f70c9f21b3332f41786e1 (commit) via 05959bbbae46724d9abe1c32ca69eaaf2ca20722 (commit) via 3931048281b7bbe80d21ce84a7234db0c7931271 (commit) via 33c6ca7f01a36551ca436a96aafd1bf639bcea2f (commit) from 3dc6d75f5fa4813fe5c998b13582912fffd88159 (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 03afcdce237b2dc52a6c1fea72b715cf6c34bf05 Author: Jouke Witteveen <j.witteveen@gmail.com> Date: Thu Feb 27 13:43:22 2014 +0100 Uniform adding and deleting of interfaces The main benefit is the possibility to use interface hooks for links that are created at runtime. commit bcca0a027786c0d23f3f70c9f21b3332f41786e1 Author: Jouke Witteveen <j.witteveen@gmail.com> Date: Thu Feb 27 12:48:12 2014 +0100 Add option to bypass Duplicate Address Detection After several requests, here is SkipDAD to bypass Duplicate Address Detection. commit 05959bbbae46724d9abe1c32ca69eaaf2ca20722 Author: Jouke Witteveen <j.witteveen@gmail.com> Date: Tue Feb 25 14:37:54 2014 +0100 Remove CONN_DIR variable It is not of much use. commit 3931048281b7bbe80d21ce84a7234db0c7931271 Author: Jouke Witteveen <j.witteveen@gmail.com> Date: Tue Feb 25 15:15:53 2014 +0100 No daemon-reload in chroot (FS#37691) commit 33c6ca7f01a36551ca436a96aafd1bf639bcea2f Author: Jouke Witteveen <j.witteveen@gmail.com> Date: Tue Feb 25 14:50:28 2014 +0100 Code style and output improvements Now a bit more verbose when useful. ----------------------------------------------------------------------- Summary of changes: docs/netctl.profile.5.txt | 12 ++++++++---- src/lib/connections/bond | 5 ++--- src/lib/connections/bridge | 5 ++--- src/lib/connections/dummy | 6 ++---- src/lib/connections/ethernet | 6 ++++-- src/lib/connections/vlan | 7 ++++--- src/lib/globals | 5 ++--- src/lib/ip | 12 +++++++----- src/lib/network | 21 +++++++++++++++++++++ src/lib/wpa | 21 +++++++++++++-------- src/netctl.in | 16 ++++++++++++---- src/wifi-menu | 2 +- 12 files changed, 78 insertions(+), 40 deletions(-) hooks/post-receive -- Network control utility based on systemd