mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-20 02:38:32 +00:00
dhcp-ignore and dhcp-match implemented for DHCPv6 now.
This commit is contained in:
@@ -1333,6 +1333,11 @@ static char *parse_dhcp_opt(char *arg, int flags)
|
||||
!new->netid ||
|
||||
new->netid->next)
|
||||
problem = _("illegal dhcp-match");
|
||||
else if (is6)
|
||||
{
|
||||
new->next = daemon->dhcp_match6;
|
||||
daemon->dhcp_match6 = new;
|
||||
}
|
||||
else
|
||||
{
|
||||
new->next = daemon->dhcp_match;
|
||||
|
||||
Reference in New Issue
Block a user