diff options
author | Steven Barth <steven@midlink.org> | 2013-11-27 14:52:31 +0100 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2013-11-27 14:52:31 +0100 |
commit | 5e43781680f9f55e0ae7c1b681465d64882e3b8c (patch) | |
tree | 334324e04d2b4f308690aebdfc68dcae7f3be531 /interface-ip.h | |
parent | 199723ed921160c029a0d15fa95914ddfcdc5cb9 (diff) |
IPv6: add class support to regular IPv6 addresses
Diffstat (limited to 'interface-ip.h')
-rw-r--r-- | interface-ip.h | 1 |
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; |