Reload and suspend
dae supports reloading configuration and temporarily suspending traffic processing.
Reload
Generally, dae won't interrupt connections when reloading configuration. And reloading is much faster than restarting. Reloading will also manually update all subscriptions simultaneously.
Usage:
shell
sudo dae reloadshell
dae reloadSuspend
Suspend dae temporarily:
shell
sudo dae suspendshell
dae suspendResume
If you want to recover, use reload:
shell
sudo dae reloadshell
dae reloadSource: dae upstream · AGPL-3.0 license.
