summaryrefslogtreecommitdiff
path: root/dhcpv6.h
diff options
context:
space:
mode:
Diffstat (limited to 'dhcpv6.h')
-rw-r--r--dhcpv6.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/dhcpv6.h b/dhcpv6.h
index 79d9a40..fc73030 100644
--- a/dhcpv6.h
+++ b/dhcpv6.h
@@ -3,8 +3,9 @@
#pragma pack(push)
#pragma pack(2)
struct vlan_tag {
- u_int16_t tpid;
- u_int16_t tci;
+ u_int16_t v_tpid;
+ u_int16_t v_tci;
+ u_int16_t h_proto;
};
struct dhcpv6_msg { /* [RFC3315] ch 6 */