Files
openwrt-R7800-nss/target/linux/ipq806x/patches-6.6/990-0192-ipv6-Export-ndisc_send_ns-function-for-public-use.patch
SqTER-PL 5536c2039e Updated and refreshed patches.
Renamed patches to keep their original numbering from codelinaro.org
Fixed minor bugs and added support for the qca-nss-drv-l2tpv2 module
2025-08-04 18:52:30 +02:00

25 lines
783 B
Diff

From 58a9e8c4c441c739821255d88b7c08330b392303 Mon Sep 17 00:00:00 2001
From: Murat Sezgin <msezgin@codeaurora.org>
Date: Tue, 27 Jan 2015 11:10:26 -0800
Subject: [PATCH 143/500] ipv6: Export ndisc_send_ns() function for public use.
This API is needed to implement a connection
manager for hardware accelaration.
Change-Id: Idcf5fa1d3d3151fa2a5e0c48c6b6cdd10fc335bf
Signed-off-by: Murat Sezgin <msezgin@codeaurora.org>
---
net/ipv6/ndisc.c | 1 +
1 file changed, 1 insertion(+)
--- a/net/ipv6/ndisc.c
+++ b/net/ipv6/ndisc.c
@@ -670,6 +670,7 @@ void ndisc_send_ns(struct net_device *de
if (skb)
ndisc_send_skb(skb, daddr, saddr);
}
+EXPORT_SYMBOL(ndisc_send_ns);
void ndisc_send_rs(struct net_device *dev, const struct in6_addr *saddr,
const struct in6_addr *daddr)