forked from I2P_Developers/i2p.i2p
CLI: Add "permanent" flag for IPv6 addresses
This commit is contained in:
@ -1117,6 +1117,8 @@ public abstract class Addresses {
|
|||||||
buf.append(" temporary");
|
buf.append(" temporary");
|
||||||
if (isDynamic(addr))
|
if (isDynamic(addr))
|
||||||
buf.append(" dynamic");
|
buf.append(" dynamic");
|
||||||
|
else
|
||||||
|
buf.append(" permanent");
|
||||||
if (isDeprecated(addr))
|
if (isDeprecated(addr))
|
||||||
buf.append(" deprecated");
|
buf.append(" deprecated");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user