summaryrefslogtreecommitdiff
path: root/interface-ip.h
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2013-11-27 14:52:31 +0100
committerSteven Barth <steven@midlink.org>2013-11-27 14:52:31 +0100
commit5e43781680f9f55e0ae7c1b681465d64882e3b8c (patch)
tree334324e04d2b4f308690aebdfc68dcae7f3be531 /interface-ip.h
parent199723ed921160c029a0d15fa95914ddfcdc5cb9 (diff)
downloadnetifd-5e43781680f9f55e0ae7c1b681465d64882e3b8c.tar.gz
IPv6: add class support to regular IPv6 addresses
Diffstat (limited to 'interface-ip.h')
-rw-r--r--interface-ip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-ip.h b/interface-ip.h
index b36c515..2559bcc 100644
--- a/interface-ip.h
+++ b/interface-ip.h
@@ -85,6 +85,7 @@ struct device_addr {
/* ipv6 only */
time_t valid_until;
time_t preferred_until;
+ char *pclass;
/* must be last */
enum device_addr_flags flags;