]> git.decadent.org.uk Git - odhcp6c.git/commitdiff
update cer-id definition
authorSteven Barth <steven@midlink.org>
Thu, 13 Nov 2014 11:54:54 +0000 (12:54 +0100)
committerSteven Barth <steven@midlink.org>
Thu, 13 Nov 2014 11:54:54 +0000 (12:54 +0100)
src/odhcp6c.h

index f2924b061d9d7719aeced09ab7b8aecf3a0c4d00..0efae10571727f392abbd1932f94b29c1f3dbab6 100644 (file)
@@ -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;