]> git.decadent.org.uk Git - odhcp6c.git/blobdiff - src/odhcp6c.h
Make hex-string say base-16 encoded in help
[odhcp6c.git] / src / odhcp6c.h
index 024ebea5476b49b907e59895899c3a3388a6125e..e51fa33461efbd96cec364021b83f6801df6e94e 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright (C) 2012-2013 Steven Barth <steven@midlink.org>
+ * Copyright (C) 2012-2014 Steven Barth <steven@midlink.org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License v2 as published by
@@ -43,6 +43,8 @@ enum dhcvp6_opt {
        DHCPV6_OPT_AUTH = 11,
        DHCPV6_OPT_STATUS = 13,
        DHCPV6_OPT_RAPID_COMMIT = 14,
+       DHCPV6_OPT_USER_CLASS = 15,
+       DHCPV6_OPT_VENDOR_CLASS = 16,
        DHCPV6_OPT_RECONF_MESSAGE = 19,
        DHCPV6_OPT_RECONF_ACCEPT = 20,
        DHCPV6_OPT_DNS_SERVERS = 23,
@@ -209,6 +211,8 @@ enum odhcp6c_state {
        STATE_RA_PREFIX,
        STATE_RA_DNS,
        STATE_AFTR_NAME,
+       STATE_VENDORCLASS,
+       STATE_USERCLASS,
        _STATE_MAX
 };