bundlewrap/bundles/wide-dhcp6c/files/ip-down

8 lines
159 B
Bash

#!/bin/bash
systemctl stop wide-dhcpv6-client
% for interface, subnet_id in sorted(targets.items()):
ip -6 addr flush dev ${interface} scope global
% endfor