Commit 23780dd5 authored by Simon Kelley's avatar Simon Kelley

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

parent d1e9a582
...@@ -194,8 +194,8 @@ static int dhcp6_no_relay(int msg_type, struct in6_addr *link_address, struct dh ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment