diff options
author | Saurabh <saurabh.mohan@vyatta.com> | 2012-07-17 05:44:54 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-07-18 12:36:12 -0400 |
commit | 1181412c1a671ed4e8fb1736f17e6ec617c68059 (patch) | |
tree | 209e44999802d85892fdae756ba5b205650de143 /net/ipv4/Makefile | |
parent | eb8637cd4a0d651cf4fcc1559231facee829a0ac (diff) |
net/ipv4: VTI support new module for ip_vti.
New VTI tunnel kernel module, Kconfig and Makefile changes.
Signed-off-by: Saurabh Mohan <saurabh.mohan@vyatta.com>
Reviewed-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/Makefile')
-rw-r--r-- | net/ipv4/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/Makefile b/net/ipv4/Makefile index 5a23e8b37106..a677d804e53e 100644 --- a/net/ipv4/Makefile +++ b/net/ipv4/Makefile | |||
@@ -20,6 +20,7 @@ obj-$(CONFIG_IP_MROUTE) += ipmr.o | |||
20 | obj-$(CONFIG_NET_IPIP) += ipip.o | 20 | obj-$(CONFIG_NET_IPIP) += ipip.o |
21 | obj-$(CONFIG_NET_IPGRE_DEMUX) += gre.o | 21 | obj-$(CONFIG_NET_IPGRE_DEMUX) += gre.o |
22 | obj-$(CONFIG_NET_IPGRE) += ip_gre.o | 22 | obj-$(CONFIG_NET_IPGRE) += ip_gre.o |
23 | obj-$(CONFIG_NET_IPVTI) += ip_vti.o | ||
23 | obj-$(CONFIG_SYN_COOKIES) += syncookies.o | 24 | obj-$(CONFIG_SYN_COOKIES) += syncookies.o |
24 | obj-$(CONFIG_INET_AH) += ah4.o | 25 | obj-$(CONFIG_INET_AH) += ah4.o |
25 | obj-$(CONFIG_INET_ESP) += esp4.o | 26 | obj-$(CONFIG_INET_ESP) += esp4.o |