canonical / openthread-border-router-snap

BSD 3-Clause "New" or "Revised" License
8 stars 2 forks source link

Investigate and document persistency of OTBR setup operations #49

Open farshidtz opened 4 months ago

farshidtz commented 4 months ago

Most operations aren't persisted and get cleared with a reboot. That's the reason behind performing the setup in a oneshot service, started after boot rather than the install hook, executed just once during installation.

The firewall is "stopped" in the remove hook. Are the firewall configurations persisted, and so need this special treatment?