diff options
author | Steven Barth <steven@midlink.org> | 2014-02-05 16:41:51 +0100 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2014-02-05 16:41:51 +0100 |
commit | b618ad5373ae619e3d01a49f2c672a8cc1dc59a6 (patch) | |
tree | 9cc63aac435c10799fcde7e459fb19f33b593087 /src/dhcpv6.h | |
parent | eaa9fbea30a5c6de93b89b0acdb2ac856d4c9bcf (diff) |
Fix homenet filter
Diffstat (limited to 'src/dhcpv6.h')
-rw-r--r-- | src/dhcpv6.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dhcpv6.h b/src/dhcpv6.h index 7b3b484..9b38283 100644 --- a/src/dhcpv6.h +++ b/src/dhcpv6.h @@ -44,6 +44,7 @@ #define DHCPV6_OPT_STATUS 13 #define DHCPV6_OPT_RELAY_MSG 9 #define DHCPV6_OPT_AUTH 11 +#define DHCPV6_OPT_USER_CLASS 15 #define DHCPV6_OPT_INTERFACE_ID 18 #define DHCPV6_OPT_RECONF_MSG 19 #define DHCPV6_OPT_RECONF_ACCEPT 20 |