[arch-projects] [netctl] [GIT] Network control utility based on systemd branch master updated. 0.8-12-gaa20dd1
Jouke Witteveen
jouke at archlinux.org
Wed Apr 10 14:35:48 EDT 2013
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 aa20dd1eaeecd73e52d656ac3ca4d1a2a558edba (commit)
via 0f36b0b8553e540e37cab99666a2a577fefdf12c (commit)
via f54a4ef76b36d7652778bf510c69739d7db32d33 (commit)
via 492fe67b4ae418feda69074f3335be14fbcc79ab (commit)
via 7cd83d3db74606f6a7a881e123b0c3e49f497ed8 (commit)
via e34538b84fee1ba1b98952bb07f2343ea88141c1 (commit)
via 1bb83f8bd73ebf86908685850c727d6786922cd4 (commit)
via 5446a009aa33f53d58ee2dfb099ea1edcc877036 (commit)
via 754a4c1094338bec4b07abe06948ac51843b07ca (commit)
from 9ff72561e32ec6aa409f0c50757481a9032595ac (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 aa20dd1eaeecd73e52d656ac3ca4d1a2a558edba
Author: Jouke Witteveen <j.witteveen at gmail.com>
Date: Wed Apr 10 20:33:38 2013 +0200
Fix DHCPOptions
Split them into different variables for different clients.
Also, IP6 gets its own, so that it can have options different from the
IP4 invocation.
commit 0f36b0b8553e540e37cab99666a2a577fefdf12c
Author: Jouke Witteveen <j.witteveen at gmail.com>
Date: Wed Apr 10 20:33:03 2013 +0200
Uniformize modelines
commit f54a4ef76b36d7652778bf510c69739d7db32d33
Merge: 9ff7256 492fe67
Author: Jouke Witteveen <j.witteveen at gmail.com>
Date: Wed Apr 10 11:28:11 2013 -0700
Merge pull request #21 from zoqaeski/mobile-broadband
Mobile broadband with ppp
commit 492fe67b4ae418feda69074f3335be14fbcc79ab
Author: Robbie Smith <zoqaeski at gmail.com>
Date: Wed Apr 10 11:33:37 2013 +1000
Changed connections to use underscores.
commit 7cd83d3db74606f6a7a881e123b0c3e49f497ed8
Author: Robbie Smith <zoqaeski at gmail.com>
Date: Wed Apr 3 16:15:33 2013 +1100
Code tidying up. Renamed mobile connection to mobile-ppp.
Also:
- Replaced echos with invocations of cat, where possible.
- Fixed PIDFILE to point to the file ppp creates. This ensures the
interface can be brought down.
- Fixed setting of InterfaceRoot.
- Removed vim syntax highlighting from ethernet connection.
commit e34538b84fee1ba1b98952bb07f2343ea88141c1
Author: Jouke Witteveen <j.witteveen at gmail.com>
Date: Sat Mar 30 10:58:04 2013 +0100
Support more interface types
This allows future connection types to use interfaces other than
networking interfaces, for instance to use USB interfaces.
commit 1bb83f8bd73ebf86908685850c727d6786922cd4
Author: Jouke Witteveen <j.witteveen at gmail.com>
Date: Fri Mar 29 12:06:49 2013 +0100
Documentation update
Rebuild all the manpages because version information may have changed.
Add a few words on options that are ignored in some cases.
commit 5446a009aa33f53d58ee2dfb099ea1edcc877036
Author: Jouke Witteveen <j.witteveen at gmail.com>
Date: Fri Mar 29 12:05:01 2013 +0100
Simplify wpa network block creation
It had grown a little diffuse.
commit 754a4c1094338bec4b07abe06948ac51843b07ca
Author: Robbie Smith <zoqaeski at gmail.com>
Date: Mon Apr 1 18:26:03 2013 +1100
Added ppp mobile by porting from netcfg.
-----------------------------------------------------------------------
Summary of changes:
docs/examples/mobile_ppp | 34 ++++++++++
docs/netctl.profile.5.txt | 2 +-
src/lib/auto.action | 4 +-
src/lib/connections/bond | 2 +-
src/lib/connections/bridge | 2 +-
src/lib/connections/ethernet | 2 +-
src/lib/connections/mobile_ppp | 147 +++++++++++++++++++++++++++++++++++++++++
src/lib/connections/tunnel | 2 +-
src/lib/connections/tuntap | 2 +-
src/lib/connections/vlan | 2 +-
src/lib/connections/wireless | 2 +-
src/lib/ip | 6 +-
src/wifi-menu | 3 +
13 files changed, 197 insertions(+), 13 deletions(-)
create mode 100644 docs/examples/mobile_ppp
create mode 100644 src/lib/connections/mobile_ppp
hooks/post-receive
--
Network control utility based on systemd
More information about the arch-projects
mailing list