# # Makefile for the Linux DNS Resolver. # obj-$(CONFIG_DNS_RESOLVER) += dns_resolver.o dns_resolver-y := dns_key.o dns_query.o href='http://distanz.ch/favicon.ico'/>
summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Collapse)AuthorFilesLines
2017-02-01net: ipv6: add NLM_F_APPEND in notifications when applicableDavid Ahern1-0/+3
IPv6 does not set the NLM_F_APPEND flag in notifications to signal that a NEWROUTE is an append versus a new route or a replaced one. Add the flag if the request has it. Signed-off-by: David Ahern <dsa@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>