- 17 May, 2013 1 commit
-
-
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.
-
- 15 May, 2013 3 commits
-
-
Jouke Witteveen authored
-
The '/etc/systemd/system/multi-user.target.wants' directory does not necessarily exist before netctl is invoked.
-
Jouke Witteveen authored
-
- 11 May, 2013 1 commit
-
-
Kory Prince authored
-
- 06 May, 2013 1 commit
-
-
Jouke Witteveen authored
When interpreted as an array, the empty string represents a 1-element array consisting of the empty string. This is actually very reasonable. Reported by: Thomas Bächler <thomas@archlinux.org>
-
- 05 May, 2013 1 commit
-
-
Jouke Witteveen authored
This ensures the units are installed correctly if systemd is installed in an alternate location like /lib/systemd. Idem for the location of profile-based units. Based on a proposal by: Mike Gilbert <floppym@gentoo.org>
-
- 01 May, 2013 1 commit
-
-
Jouke Witteveen authored
-
- 23 Apr, 2013 2 commits
-
-
Jouke Witteveen authored
-
Jouke Witteveen authored
The previous take did not contain the stuff that initially motivated rewriting the quoting function. The code of both PPP connection types is still sub-par, but at least functionally, it is a little better now.
-
- 18 Apr, 2013 3 commits
-
-
Jouke Witteveen authored
- add back to 'base' group - add .gitignore that ignores build results
-
Jouke Witteveen authored
The most important change is that we now bring the interface down correctly in pppoe_down.
-
-
- 16 Apr, 2013 1 commit
-
-
Removed unnecessary options from example connection.
-
- 15 Apr, 2013 3 commits
-
-
Jouke Witteveen authored
The tuntap connection type requires both a User and a Group to be defined. However, when configuring a tuntap device in the kernel, the device's uid and gid must both match for someone to be able to use the device. The only way to create a tuntap device accessible to a group of users is therefore to avoid specifying the user argument to "ip tuntap add". Reported by: A Web
-
Jouke Witteveen authored
Only (forcefully) rebuild them when generating a source tarball. This is an addendum to 9b500.
-
Jouke Witteveen authored
Use 'wpa' to refer to the 802.11i and 802.1x client side software (wpa_supplicant) in general.
-
- 13 Apr, 2013 2 commits
-
-
Jouke Witteveen authored
Router advertisements can tell clients to not generate a public address automatically (AdvAutonomous off). Reported by: Jonne Haß
-
ExecDownPre is executed before the connection is brought down, not after, as the man suggests. See netctl/src/lib/network line 75
-
- 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 2 commits
-
-
Jouke Witteveen authored
-
Jouke Witteveen authored
Remove distribution-specific paths (and allow overrides).
-