1
0
This repository has been archived on 2025-01-10. You can view files and clone it, but cannot push or open issues or pull requests.
Files
Anderson Luiz Alves 0464e230c1 stock 103961
2017-07-30 16:48:04 -03:00

11 lines
242 B
Bash
Executable File

#!/bin/sh
remove_computed_address() {
[ ! -f $WAND/$WANID/ip6/noiana ] && return
ipaddr=`cat $WAND/$WANID/ip6/noiana`
[ "$ipaddr" != '' ] && ip -6 addr del $ipaddr dev $IFNAME
rm -f $WAND/$WANID/ip6/noiana
}
remove_computed_address