Set tag "dhcpv6" rather than "DHCPv6", hardwired tags in lower-case is consistent.

This commit is contained in:
Simon Kelley
2012-10-23 17:04:37 +01:00
parent d1e9a582ad
commit 23780dd577

View File

@@ -194,8 +194,8 @@ static int dhcp6_no_relay(int msg_type, struct in6_addr *link_address, struct dh
iface_id.next = tags; iface_id.next = tags;
tags = &iface_id; tags = &iface_id;
/* set tag "DHCPv6" */ /* set tag "dhcpv6" */
v6_id.net = "DHCPv6"; v6_id.net = "dhcpv6";
v6_id.next = tags; v6_id.next = tags;
tags = &v6_id; tags = &v6_id;