ifupdown-ng/executor-scripts/linux
Zola e978d1a42c Fix a bug in the wifi executor script
When stopping wpa_supplicant, the code is supposed to check if a file named $PIDFILE exists and kill the process listed inside. Instead it was checking if a directory named $PIDFILE exists and because this was never the case, killing of the wpa_supplicant process would always silently fail.

This would, after a few invocations of the ifup command, leave the system with large number of running wpa_supplicant processes, all trying to take control of the same interface.
2021-11-25 22:44:19 -06:00
..
batman executors: drop set -e, closes #121 2020-11-02 08:53:30 -07:00
bond Add tests for bond executor 2021-03-24 15:06:22 +01:00
bridge executors: drop set -e, closes #121 2020-11-02 08:53:30 -07:00
dhcp dhcp executor: Pass correct arguments to dhclient 2020-12-14 11:23:59 -06:00
ethtool executors: drop set -e, closes #121 2020-11-02 08:53:30 -07:00
forward tests: add tests for forward executor 2020-12-16 06:23:38 -07:00
gre executors: drop set -e, closes #121 2020-11-02 08:53:30 -07:00
ipv6-ra executors: drop set -e, closes #121 2020-11-02 08:53:30 -07:00
link executors: drop set -e, closes #121 2020-11-02 08:53:30 -07:00
mpls Add support for MPLS on Linux 2021-03-30 23:29:52 +02:00
ppp executors: drop set -e, closes #121 2020-11-02 08:53:30 -07:00
static static: use ip addr|route flush instead of manually deleting matching routes 2021-04-22 01:43:12 -06:00
tunnel tunnel executore: Add support for setting pmtudisc / ignore-df for tunnels. 2021-06-03 18:53:25 +02:00
vrf executors: drop set -e, closes #121 2020-11-02 08:53:30 -07:00
vxlan vxlan: Add support for PTMP setups and rename options to vxlan-peer-{ip,group} 2021-10-16 15:27:30 +02:00
wifi Fix a bug in the wifi executor script 2021-11-25 22:44:19 -06:00
wireguard executors: drop set -e, closes #121 2020-11-02 08:53:30 -07:00