- 16 Mar, 2018 1 commit
-
-
- 26 Feb, 2018 1 commit
-
-
Jouke Witteveen authored
-
- 19 Dec, 2017 1 commit
-
-
Jouke Witteveen authored
-
- 05 Dec, 2017 1 commit
-
-
Jouke Witteveen authored
-
- 03 Dec, 2017 2 commits
-
-
Jouke Witteveen authored
-
Jouke Witteveen authored
On termination, pppd runs a script to restore resolve.conf to the state it was in before pppd started. When we do not wait for the termination of pppd to complete, systemd kills this script and resolve.conf is not restored. Reported by KF <kecef@aol.com> in FS#53572
-
- 13 Oct, 2017 1 commit
-
-
Jouke Witteveen authored
-
- 10 Oct, 2017 1 commit
-
-
Jouke Witteveen authored
-
- 08 Oct, 2017 3 commits
-
-
Jouke Witteveen authored
Not using `quote_readline` also makes bash completion usable without the bash-completion suite.
-
Jouke Witteveen authored
This covers some corner cases where, for instance, IFS does not contain whitespace characters.
-
Jouke Witteveen authored
Reported by Michaël Cadilhac <michael@cadilhac.name>
-
- 31 Jul, 2017 1 commit
-
-
Jouke Witteveen authored
According to hostnamectl(1), network configuration should only influence the transient hostname. Observed and reported by Stefan (steinwanderer).
-
- 15 Jun, 2017 1 commit
-
-
Jouke Witteveen authored
The sed alternative to the grep/substring combination would be sed -n 's/ssid=//p;T_;q0;:_;$q1' which is as beautiful as it is unreadable.
-
- 29 May, 2017 1 commit
-
-
Jouke Witteveen authored
The shorthand && or || sets the return value to 1 when they fail, which can then become the return value of a function. Observed and reported by David Dorfman.
-
- 25 Mar, 2017 1 commit
-
-
Jouke Witteveen authored
-
- 21 Mar, 2017 1 commit
-
-
- 14 Mar, 2017 6 commits
-
-
Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Jouke Witteveen authored
-
Jouke Witteveen authored
A generated config file could be left behind. This occurs for instance when a removable interface is removed when used or when an interface is blocked by rfkill, but netctl is not instructed to utilize its rfkill routines.
-
Jouke Witteveen authored
-
Jouke Witteveen authored
-
Jouke Witteveen authored
-
- 25 Jan, 2017 3 commits
-
-
Jouke Witteveen authored
-
Jouke Witteveen authored
Turn "-L" into a default value of DhcpcdOption=, making it possible to forego the parameter by setting the variable to an empty string. DhcpcdOptions= is currently not documented. The last documentation read: "Do not use this unless you know what you are doing." When using this variable, "-L" now has to be added if its functionality is desired.
-
-
- 30 Nov, 2016 2 commits
-
-
Jouke Witteveen authored
Distinguish between started profiles and online profiles in the output of the list subcommand of netctl. To be consistent in symbol usage, the wifi-menu flags have changed too.
-
Jouke Witteveen authored
The netctl@ service now yields before obtaining an IP address. This prevents holding up network.target unnecessarily. Waiting for profiles to obtain an IP address is possible through 1) The netctl-wait-online service This service waits until all enabled profiles have obtained an address. It is ordered before network-online.target so that this target is now correctly implemented in netctl. 2) The wait-online <PROFILE> subcommand to netctl This command waits for a started profile to obtain an address.
-
- 23 Nov, 2016 3 commits
-
-
Jouke Witteveen authored
-
This patch fixes completion for the netctl and netctl_auto commands for profiles names, treating them as filenames. This allow proper completion for profiles with spaces or quotes in their name (as it happends for instance with wifi-menu's autogenerated profile names) Signed-off-by:
Romain Aigron <aigron.romain@wanadoo.fr>
-
Jouke Witteveen authored
Bring the exclusion pattern up to date with the currently used pattern.
-
- 28 Sep, 2016 3 commits
-
-
Jouke Witteveen authored
-
Jouke Witteveen authored
This adds the LinkOptions= variable for use with connection types that add interfaces (bond, bridge, dummy, macvlan, vlan). This variable is not portable in the event of moving away from iproute2, so common options should still get their own variables.
-
Jouke Witteveen authored
Bring the $Interface for pppoe connections ($BindsToInterfaces for ppp connections) back down when pppd fails so that restarting pppoe connections is possible.
-
- 24 Jun, 2016 1 commit
-
-
- 10 Jun, 2016 5 commits
-
-
Jouke Witteveen authored
-
Jouke Witteveen authored
-
Jouke Witteveen authored
-
Jouke Witteveen authored
Status getting commands are now uniform between netctl and netctl-auto. Both support 'is-active' and 'is-enabled'. The 'current' command is dropped from netctl-auto. Its use case is covered by the 'list' command. Suggested by Evgeniy Alekseev <i@arcanis.me>
-
netctl-auto/wpa_actiond will hang on startup, if wpa_supplicant creates an additional control interface and with the -W switch waits for a connection on all control interfaces on startup.
-
- 09 Jun, 2016 1 commit
-
-
Jouke Witteveen authored
There was a typo in the code that checked whether wpa_supplicant was already terminated that made us try to kill a non-existing instance of wpa_supplicant.
-