- 10 Apr, 2013 4 commits
-
-
Jouke Witteveen authored
Split them into different variables for different clients. Also, IP6 gets its own, so that it can have options different from the IP4 invocation.
-
Jouke Witteveen authored
-
Jouke Witteveen authored
Mobile broadband with ppp
-
Robbie Smith authored
-
- 08 Apr, 2013 5 commits
-
-
Robbie Smith authored
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.
-
Jouke Witteveen authored
This allows future connection types to use interfaces other than networking interfaces, for instance to use USB interfaces.
-
Jouke Witteveen authored
Rebuild all the manpages because version information may have changed. Add a few words on options that are ignored in some cases.
-
Jouke Witteveen authored
It had grown a little diffuse.
-
Robbie Smith authored
-
- 30 Mar, 2013 1 commit
-
-
Jouke Witteveen authored
This allows future connection types to use interfaces other than networking interfaces, for instance to use USB interfaces.
-
- 29 Mar, 2013 2 commits
-
-
Jouke Witteveen authored
Rebuild all the manpages because version information may have changed. Add a few words on options that are ignored in some cases.
-
Jouke Witteveen authored
It had grown a little diffuse.
-
- 27 Mar, 2013 1 commit
-
-
Jouke Witteveen authored
-
- 25 Mar, 2013 1 commit
-
-
Jouke Witteveen authored
The up/down functions don't take arguments as they did in netcfg.
-
- 24 Mar, 2013 1 commit
-
-
Jouke Witteveen authored
-
- 22 Mar, 2013 2 commits
-
-
Jouke Witteveen authored
This allows connection scripts to provide defaults, among other things.
-
Jouke Witteveen authored
Strings that look like arguments, as well as no string at all, were causing trouble. Reported by: Thomas Bächler
-
- 19 Mar, 2013 2 commits
-
-
Jouke Witteveen authored
-
Jouke Witteveen authored
wpa_supplicant would not immediately terminate with an attached ctrl monitor.
-
- 18 Mar, 2013 3 commits
-
-
Jouke Witteveen authored
-
Jouke Witteveen authored
Remove distribution-specific paths (and allow overrides).
-
Jouke Witteveen authored
This fixes the use of all sorts of characters in profile names/interface names.
-
- 12 Mar, 2013 2 commits
-
-
${#array[@]} requires "[@]" to count the array members. Otherwise it will return the length of the first element which will hardly ever be 1. Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Jouke Witteveen authored
The unit corresponding to a profile named $p is netctl@$p.service. We should not drop the suffix, since $p could contain a valid unit suffix (although .service is not allowed). We take care of this uniformly by wrapping around systemctl. Additionally, `systemctl list-units` does not accept an '--active' parameter, so we fix it to be consistent with `netctl list`.
-
- 02 Mar, 2013 2 commits
-
-
Jouke Witteveen authored
-
Jouke Witteveen authored
-
- 27 Feb, 2013 1 commit
-
-
Jouke Witteveen authored
This commit extends 8b1e0.
-
- 26 Feb, 2013 1 commit
-
-
Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
- 23 Feb, 2013 1 commit
-
-
Jouke Witteveen authored
This adds a store/restore hook to the sleep target of systemd. Thanks to: Claudio Kozický.
-
- 20 Feb, 2013 1 commit
-
-
Jouke Witteveen authored
Redirecting inside a do_debug call is, of course, impossible.
-
- 15 Feb, 2013 1 commit
-
-
Jouke Witteveen authored
DAD is still causing problems/confusion. This should help a bit.
-
- 14 Feb, 2013 1 commit
-
-
Custom interface names like "eth-phone" or "eth-lte" are not uncommon, and since they are used in pathes inside systemd units, dashes and unprintable characters shall be escaped per unit file rules. So replace "-" with "\x2d" in interface names.
-
- 06 Feb, 2013 2 commits
-
-
Jouke Witteveen authored
-
Jouke Witteveen authored
The netmask is mandatory since commit 4a846.
-
- 05 Feb, 2013 3 commits
-
-
Jouke Witteveen authored
Old location: /etc/network.d New location: /etc/netctl This should ease migration from netcfg and is a better path anyway.
-
Jouke Witteveen authored
This is meant to reduce confusion where netctl should be used instead of systemctl.
-
Jouke Witteveen authored
-
- 01 Feb, 2013 1 commit
-
-
Jouke Witteveen authored
- Add Bash completion for netctl-auto and wifi-menu - Add full (but basic) zsh completion
-
- 31 Jan, 2013 1 commit
-
-
Jouke Witteveen authored
A default netmask makes no sense (except possibly /32). Spotted by: Thomas Bächler <thomas@archlinux.org>
-
- 30 Jan, 2013 1 commit
-
-
Jouke Witteveen authored
-