Age | Commit message (Collapse) | Author | Files | Lines |
|
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'.
|
|
Split them into different variables for different clients.
Also, IP6 gets its own, so that it can have options different from the
IP4 invocation.
|
|
wpa_supplicant would not immediately terminate with an attached ctrl monitor.
|
|
This settles a style for 'case' statements:
The label and closing colons are indented with two spaces,
The body is indented with two more, totalling four spaces.
|
|
- The services now bind to their interfaces correctly.
- Documentation of ExcludeAuto is added.
|
|
|
|
This commit contains the refactoring and rewriting of code.
|
|
This commit contains the moving of files.
|