summaryrefslogtreecommitdiff
path: root/net/dns_resolver/Makefile
blob: d5c13c2eb36de74d5df0f84081fd8dfe8f5f3f73 (plain)
1
2
3
4
5
6
7
#
# Makefile for the Linux DNS Resolver.
#

obj-$(CONFIG_DNS_RESOLVER) += dns_resolver.o

dns_resolver-y :=  dns_key.o dns_query.o
.net>2017-02-03 15:21:21 -0500 commitf35581d64e55fc65753a62957b3b98127d560d07 (patch) tree27bef447032dd62391f630492e70841ef13b9a84 parent5a0fd98b7b5be8773c53c40c47451ec6cd11d1ff (diff)
ip_tunnels: new IP_TUNNEL_INFO_BRIDGE flag for ip_tunnel_info mode
New ip_tunnel_info flag to represent bridged tunnel metadata. Used by bridge driver later in the series to pass per vlan dst metadata to bridge ports. Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat
-rw-r--r--include/net/ip_tunnels.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/ip_tunnels.h b/include/net/ip_tunnels.h