ip -6 addr
and look for temporary. The expired addresses (that still work) have the word "deprecated". If you get sick of seeing them, delete an address from an interface with
ip -6 addr del
or delete all deprecated addresses like this
ip -6 addr | awk '/deprecated/ {print "ip -6 addr del " $2 " dev eth0"}' | sudo bash -s
Inga kommentarer:
Skicka en kommentar