Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315469
b: refs/heads/master
c: 1181412
h: refs/heads/master
i:
  315467: b69d08d
v: v3
  • Loading branch information
Saurabh authored and David S. Miller committed Jul 18, 2012
1 parent 113c1c7 commit bb9e99e
Show file tree
Hide file tree
Showing 5 changed files with 983 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: eb8637cd4a0d651cf4fcc1559231facee829a0ac
refs/heads/master: 1181412c1a671ed4e8fb1736f17e6ec617c68059
14 changes: 14 additions & 0 deletions trunk/include/linux/if_tunnel.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,18 @@ enum {

#define IFLA_GRE_MAX (__IFLA_GRE_MAX - 1)

/* VTI-mode i_flags */
#define VTI_ISVTI 0x0001

enum {
IFLA_VTI_UNSPEC,
IFLA_VTI_LINK,
IFLA_VTI_IKEY,
IFLA_VTI_OKEY,
IFLA_VTI_LOCAL,
IFLA_VTI_REMOTE,
__IFLA_VTI_MAX,
};

#define IFLA_VTI_MAX (__IFLA_VTI_MAX - 1)
#endif /* _IF_TUNNEL_H_ */
11 changes: 11 additions & 0 deletions trunk/net/ipv4/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,17 @@ config SYN_COOKIES

If unsure, say N.

config NET_IPVTI
tristate "Virtual (secure) IP: tunneling"
select INET_TUNNEL
depends on INET_XFRM_MODE_TUNNEL
---help---
Tunneling means encapsulating data of one protocol type within
another protocol and sending it over a channel that understands the
encapsulating protocol. This can be used with xfrm mode tunnel to give
the notion of a secure tunnel for IPSEC and then use routing protocol
on top.

config INET_AH
tristate "IP: AH transformation"
select XFRM_ALGO
Expand Down
1 change: 1 addition & 0 deletions trunk/net/ipv4/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ obj-$(CONFIG_IP_MROUTE) += ipmr.o
obj-$(CONFIG_NET_IPIP) += ipip.o
obj-$(CONFIG_NET_IPGRE_DEMUX) += gre.o
obj-$(CONFIG_NET_IPGRE) += ip_gre.o
obj-$(CONFIG_NET_IPVTI) += ip_vti.o
obj-$(CONFIG_SYN_COOKIES) += syncookies.o
obj-$(CONFIG_INET_AH) += ah4.o
obj-$(CONFIG_INET_ESP) += esp4.o
Expand Down
Loading

0 comments on commit bb9e99e

Please sign in to comment.