Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Open vSwitch support code contributed by:
Jonathan Hudson <jh+arch@daria.co.uk>
|
|
|
|
Somehow, these have gone unnoticed for quite some time.
|
|
|
|
This option sets a frequency to use in ad-hoc mode for a newly created IBSS
(when it is going to be created).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Ifenslave is deprecated according to the kernel documentation:
https://www.kernel.org/doc/Documentation/networking/bonding.txt
It also added an additional, unnecessary dependency. I tried to update
the documentation to reflect this change.
|
|
This should at some point take care of most PPP use cases, but
currently is just a frontend to pppoe. The main difference is that the
new connection type keeps track of profiles by their 'dynamic' interface
name. Hence it is not wise to use both pppoe and ppp profiles.
|
|
Support for additional DHCP clients is now easy to add.
|
|
After several requests, here is SkipDAD to bypass Duplicate Address
Detection.
|
|
- Refactorization of option file generation
- Introduction of optional additional pppd options file specification
- Introduction of unit specification option for pppoe connections
|
|
|
|
This is especially useful to enforce connecting in the 5 GHz band.
|
|
New timeout is 30 seconds, which equals the current dhcpcd default.
|
|
The hooks (including any interface hook) are loaded each time a wpa
event occurs. This means the auto.action script can be extended in the
hooks. For this purpose, several exported variables (mainly $ACTION)
can be checked for their value. The name of the active profile is not
exported, but still available (just as in ordinary netctl usage) through
the $Profile variable.
Profiles ending in .action are disallowed (reserved for possible future
use). Both ifplugd and wpa_actiond have a notion of 'action script'.
|
|
|
|
This sheds the dependency on the old bridge-utils (brctl).
|
|
|
|
|
|
Regardless of the DHCP client, leases are not released by default.
This introduces a new configuration parameter: DHCPReleaseOnStop, which
can be used to change the default behavior.
|
|
|
|
|
|
|
|
Removed unnecessary options from example connection.
|
|
Only (forcefully) rebuild them when generating a source tarball.
This is an addendum to 9b500.
|
|
Use 'wpa' to refer to the 802.11i and 802.1x client side software
(wpa_supplicant) in general.
|
|
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
|
|
Split them into different variables for different clients.
Also, IP6 gets its own, so that it can have options different from the
IP4 invocation.
|
|
|
|
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.
|
|
Rebuild all the manpages because version information may have changed.
Add a few words on options that are ignored in some cases.
|
|
|
|
|
|
|
|
This adds a store/restore hook to the sleep target of systemd.
Thanks to: Claudio Kozický.
|
|
DAD is still causing problems/confusion. This should help a bit.
|
|
|
|
The netmask is mandatory since commit 4a846.
|
|
Old location: /etc/network.d
New location: /etc/netctl
This should ease migration from netcfg and is a better path anyway.
|
|
A default netmask makes no sense (except possibly /32).
Spotted by: Thomas Bächler <thomas@archlinux.org>
|
|
Reduced unnecessary quoting and some rewording.
|
|
- The services now bind to their interfaces correctly.
- Documentation of ExcludeAuto is added.
|