]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: Export ipv6 functions for use by other protocols
authorChris Elston <celston@katalix.com>
Sun, 29 Apr 2012 21:48:53 +0000 (21:48 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 May 2012 13:30:55 +0000 (09:30 -0400)
commit06199d36909bb2049c4c6ed33e3c75820388766b
tree80bc059942c937399165c39642e3b1dcc510593d
parentc6bfbb17a2cbb01b2fd30c58a82414ee73be168b
ipv6: Export ipv6 functions for use by other protocols

For implementing other protocols on top of IPv6, such as L2TPv3's IP
encapsulation over ipv6, we'd like to call some IPv6 functions which
are not currently exported. This patch exports them.

Signed-off-by: Chris Elston <celston@katalix.com>
Signed-off-by: James Chapman <jchapman@katalix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/datagram.c
net/ipv6/exthdrs.c
net/ipv6/ip6_flowlabel.c
net/ipv6/ip6_output.c