aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_flowlabel.c
diff options
context:
space:
mode:
authorChris Elston <celston@katalix.com>2012-04-29 17:48:53 -0400
committerDavid S. Miller <davem@davemloft.net>2012-05-01 09:30:55 -0400
commita495f8364efe11f4813914b09cf0d026364d6969 (patch)
tree80bc059942c937399165c39642e3b1dcc510593d /net/ipv6/ip6_flowlabel.c
parentf9bac8df908d7c0a36960265c92f3445623b19d1 (diff)
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>
Diffstat (limited to 'net/ipv6/ip6_flowlabel.c')
-rw-r--r--net/ipv6/ip6_flowlabel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv6/ip6_flowlabel.c b/net/ipv6/ip6_flowlabel.c
index 1dd632971bce..cb43df690210 100644
--- a/net/ipv6/ip6_flowlabel.c
+++ b/net/ipv6/ip6_flowlabel.c
@@ -294,6 +294,7 @@ struct ipv6_txoptions *fl6_merge_options(struct ipv6_txoptions * opt_space,
294 opt_space->opt_flen = fopt->opt_flen; 294 opt_space->opt_flen = fopt->opt_flen;
295 return opt_space; 295 return opt_space;
296} 296}
297EXPORT_SYMBOL_GPL(fl6_merge_options);
297 298
298static unsigned long check_linger(unsigned long ttl) 299static unsigned long check_linger(unsigned long ttl)
299{ 300{