Penguin
Annotated edit history of IPv6Flags version 2, including all changes. View license author blame.
Rev Author # Line
2 NickClifford 1 With [IPv6], each address on each interface has a flag associated with the IP address, detailing how it was assigned and whether it should be used.
1 PerryLorier 2
2 NickClifford 3 <?plugin OldStyleTable
4 | __Name__ | __Meaning__
5 | permanent | This address was configured manually (default)
6 | dynamic |Thie address was learnt through RouterAdvertisement
7 | secondary | This address is not used when selecting a source address of a new [IPv6] packet.
8 | primary | This address is used when selecting a source address of a new [IPv6] packet.
9 | tentative |This address was added to an interface, but it's not yet clear if it's unique on this network segment, so the address is not used (yet).
10 | deprecated | This address has expired and will not be used for further outgoing connections (but will still be around in case of connections that are still using this address)
11 ?>
12
13 Each address also has a validity time, indicating how long the address should be valid for. This is usually ''forever'' for manually assigned and LinkLocal addresses.