From b9cdcc75a4f54356b35c7d7b3e25e8ec28de633c Mon Sep 17 00:00:00 2001 From: tv Date: Sun, 29 Jan 2023 12:05:10 +0100 Subject: tv wwan: flush addrs on stop --- tv/3modules/wwan.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'tv') diff --git a/tv/3modules/wwan.nix b/tv/3modules/wwan.nix index 03cd512e..382f5a53 100644 --- a/tv/3modules/wwan.nix +++ b/tv/3modules/wwan.nix @@ -166,6 +166,7 @@ with import ./lib; interface=$(get-interface) + ip addr flush "$interface" ip link set dev "$interface" down uqmi --stop-network 0xFFFFFFFF --autoconnect uqmi --sync -- cgit v1.2.3