mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 10:18:25 +00:00
Set tag "dhcpv6" rather than "DHCPv6", hardwired tags in lower-case is consistent.
This commit is contained in:
@@ -194,8 +194,8 @@ static int dhcp6_no_relay(int msg_type, struct in6_addr *link_address, struct dh
|
||||
iface_id.next = tags;
|
||||
tags = &iface_id;
|
||||
|
||||
/* set tag "DHCPv6" */
|
||||
v6_id.net = "DHCPv6";
|
||||
/* set tag "dhcpv6" */
|
||||
v6_id.net = "dhcpv6";
|
||||
v6_id.next = tags;
|
||||
tags = &v6_id;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user