Closed farshidtz closed 1 year ago
This PR changes the setup and removal to work without accessing sysctl and iproute2 system files. This involves:
_ipforward
_rt_tables
_border_routing
sysctl
In addition, for simplicity, nat44_install script is removed, and its contents are moved to the setup script.
nat44_install
The snap build from this PR was tested with:
to commission and toggle the LED according to https://github.com/canonical/openthread-border-router-snap/wiki/Commission-and-control-a-Matter-Thread-device-via-the-OTBR-Snap
This PR changes the setup and removal to work without accessing sysctl and iproute2 system files. This involves:
_ipforward
,_rt_tables
,_border_routing
with equivalentsysctl
commands, executed in the oneshot setup serviceIn addition, for simplicity,
nat44_install
script is removed, and its contents are moved to the setup script.The snap build from this PR was tested with:
to commission and toggle the LED according to https://github.com/canonical/openthread-border-router-snap/wiki/Commission-and-control-a-Matter-Thread-device-via-the-OTBR-Snap