From 0e61162197ebd8e62e5a263f9522ddcf2f9130f2 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Thu, 13 Nov 2014 12:54:54 +0100 Subject: [PATCH 1/1] update cer-id definition --- src/odhcp6c.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/odhcp6c.h b/src/odhcp6c.h index f2924b0..0efae10 100644 --- a/src/odhcp6c.h +++ b/src/odhcp6c.h @@ -188,9 +188,6 @@ struct dhcpv6_auth_reconfigure { struct dhcpv6_cer_id { uint16_t type; uint16_t len; - uint16_t reserved; - uint16_t auth_type; - uint8_t auth[16]; struct in6_addr addr; } _packed; -- 2.39.2