Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Some mobile does not use APN to connect, this commit allow connection
established with empty APN.
|
|
|
|
Open vSwitch support code contributed by:
Jonathan Hudson <jh+arch@daria.co.uk>
|
|
|
|
Add support for IPv6 and improve debug output.
|
|
This requires dhcpcd 6.4.0 or newer.
|
|
|
|
Some things should not be run with the restrictive umask.
This provides a means to do so: do_readable.
|
|
The pid file contains more than just the pid: on the second line it
records the interface pppd manages.
|
|
The following changes introduced in Bash 4.3 necessitate this commit:
- Setting the array attribute no longer initializes an array.
- Empty-but-set arrays no longer pass [[ -v ]].
Previous attempts:
feb669f4b2a15e6ea1d84be336f12be4650f9d2d
711c46457ae9fef52c7c529d89c67d0d526f73ef
e8210827fd59e4539a70af55cb452b211633fedd
|
|
- Don't bring an interface down if it is not brought up for wireless
connections.
- Often, `read` needs '-r'.
|
|
This option sets a frequency to use in ad-hoc mode for a newly created IBSS
(when it is going to be created).
|
|
|
|
`shift 3` doesn't do anything if there are only 2 parameters.
|
|
|
|
After 755c8d5, rf_enable did not know the rfkill path anymore.
Observed by: Tom <reztho@archlinux.us>
|
|
|
|
|
|
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.
|
|
Needed since 8a41497.
|
|
Support for additional DHCP clients is now easy to add.
|
|
The main benefit is the possibility to use interface hooks for links
that are created at runtime.
|
|
After several requests, here is SkipDAD to bypass Duplicate Address
Detection.
|
|
It is not of much use.
|
|
Now a bit more verbose when useful.
|
|
Errata to f5065. $Key has a capital.
|
|
- Refactorization of option file generation
- Introduction of optional additional pppd options file specification
- Introduction of unit specification option for pppoe connections
|
|
Also: tag error messages as systemd error messages when the messages are
not directed to the terminal.
|
|
|
|
Netctl files can potentially contain passwords or execute code as root.
|
|
Testing whether transmission is blocked at all is now possible through
[[ -n $(rf_status "$Interface" "$RFKill") ]]
|
|
This is especially useful to enforce connecting in the 5 GHz band.
|
|
New timeout is 30 seconds, which equals the current dhcpcd default.
|
|
Hex WEP keys are of even length, ASCII keys are of odd length.
Using this information we make wifi-menu work better for WEP networks.
|
|
Needed in case the remote side of a tunnel is set to 'any'.
|
|
Add missing "$" in variable call.
|
|
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).
|
|
This function can be used to unquote WPA supplicant config file strings
returned from wpa_cli calls.
|
|
Instead of filtering results from grep, we can also just use sed.
Installations having grep can be expected to have sed as well.
|
|
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.
|
|
This adds to 032df. Custom and automatically (in case of IPv6) added
routes are now deleted when the interface is brought down.
|
|
Redirect syntax and a modeline.
|
|
The declare builtin defaults to making variables local.
Previous attempts:
711c46457ae9fef52c7c529d89c67d0d526f73ef
e8210827fd59e4539a70af55cb452b211633fedd
|
|
- Add static routes prior to setting the default IP4 gateway
(github/pull/43)
- Set sysctl property net.ipv6.conf.<interface>.accept_ra earlier
(FS#35788)
|
|
Profiles now have access to it.
|
|
|