]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[fd4o6] Fixed unicast flag
authorFrancis Dupont <fdupont@isc.org>
Mon, 14 Sep 2015 15:02:29 +0000 (17:02 +0200)
committerFrancis Dupont <fdupont@isc.org>
Mon, 14 Sep 2015 15:02:29 +0000 (17:02 +0200)
src/lib/dhcp/dhcp6.h

index ecfd3517247f64de86125cb18efc9fe4b4e15f1c..436a1c867ec1f77d3b9fefebfca4a60d304fdf5e 100644 (file)
@@ -196,6 +196,6 @@ extern const int dhcpv6_type_name_max;
 
 /* DHCPv4-query message flags */
 
-#define DHCPV4_QUERY_FLAGS0_UNICAST 0x80
+#define DHCPV4_QUERY_FLAGS_UNICAST (1 << 24)
 
 #endif /* DHCP6_H */