projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a41bc00
)
[NETFILTER]: Export ip_nat_port_{nfattr_to_range,range_to_nfattr}
author
Harald Welte
<laforge@netfilter.org>
Mon, 19 Sep 2005 22:35:57 +0000
(15:35 -0700)
committer
David S. Miller
<davem@davemloft.net>
Mon, 19 Sep 2005 22:35:57 +0000
(15:35 -0700)
Those exports are needed by the PPTP helper following in the next
couple of changes.
Signed-off-by: Harald Welte <laforge@netfilter.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/netfilter/ip_nat_core.c
patch
|
blob
|
blame
|
history
diff --git
a/net/ipv4/netfilter/ip_nat_core.c
b/net/ipv4/netfilter/ip_nat_core.c
index 1adedb743f609f8b349a545184040d54512f639d..c3ea891d38e7113a53f1a80227314fb4e35dba0f 100644
(file)
--- a/
net/ipv4/netfilter/ip_nat_core.c
+++ b/
net/ipv4/netfilter/ip_nat_core.c
@@
-578,6
+578,8
@@
ip_nat_port_nfattr_to_range(struct nfattr *tb[], struct ip_nat_range *range)
return ret;
}
+EXPORT_SYMBOL_GPL(ip_nat_port_nfattr_to_range);
+EXPORT_SYMBOL_GPL(ip_nat_port_range_to_nfattr);
#endif
int __init ip_nat_init(void)