fastd-start-stop-fix #221

Closed
rohammer wants to merge 2 commits from rohammer:fastd-start-stop-fix into master

2 Commits

Author SHA1 Message Date
Robert Langhammer 7fff54218a fff-fastd: fix fastd start/stop
fastd startup changed to procd. That's why it's broken.
Now a fastd reload can be used for all conditions.
An extra fastd stop is implemented to bring down the Interface.
fastd reload doesn't do that.

Fixes: #215

Signed-off-by: Robert Langhammer <rlanghammer@web.de>
2022-03-19 17:02:47 +01:00
Robert Langhammer 6017a5751a fff-vpn-select: do not configure peers on vpn-stop
There are two reasons why there should be no peers.
Meshrouter without wan or no peers in hoodfile for a protocol.
With this patch there is only one condition left for vpn-start-stop.
Peers present or not. And it is less complicated to implement start/stop.

Signed-off-by: Robert Langhammer <rlanghammer@web.de>
2022-03-19 17:02:47 +01:00