summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorTaehee Yoo <ap420073@gmail.com>2018-10-07 00:17:07 +0900
committerPablo Neira Ayuso <pablo@netfilter.org>2018-10-16 10:01:50 +0200
commit95c97998aa9fc7992f2f9d3a70f518c4b9abca9e (patch)
tree1210bfe5a3c936ca09bd7471ced70c5120cc0e19 /Kconfig
parente891e50a8ad9cbed68c9a90d8879faf7c1d8318a (diff)
netfilter: nf_nat_snmp_basic: add missing helper alias name
In order to upload helper module automatically, helper alias name is needed. so that MODULE_ALIAS_NFCT_HELPER() should be added. And unlike other nat helper modules, the nf_nat_snmp_basic can be used independently. helper name is "snmp_trap" so that alias name will be "nfct-helper-snmp_trap" by MODULE_ALIAS_NFCT_HELPER(snmp_trap) test command: %iptables -t raw -I PREROUTING -p udp -j CT --helper snmp_trap %lsmod | grep nf_nat_snmp_basic We can see nf_nat_snmp_basic module is uploaded automatically. Signed-off-by: Taehee Yoo <ap420073@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'Kconfig')
0 files changed, 0 insertions, 0 deletions