Skip to content
GitLab
Explore
Sign in
Changes
Page history
Update openthread
authored
Sep 24, 2022
by
philippe coval
Show whitespace changes
Inline
Side-by-side
openthread.md
View page @
a2955b6c
...
...
@@ -246,6 +246,11 @@ dst=eth0
/sbin/ip link set $src down ; /sbin/ip link set $src name $dst ; /sbin/ip link set $dst up
sudo systemctl restart otbr-agent.service
sudo ip
sudo sed -e "s|$src|$dst|g" -i /etc/default/otbr-agent
```
...
...