summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_flow_table_core.c
diff options
context:
space:
mode:
authorTaehee Yoo2018-10-06 17:17:07 +0200
committerPablo Neira Ayuso2018-10-16 10:01:50 +0200
commit95c97998aa9fc7992f2f9d3a70f518c4b9abca9e (patch)
tree1210bfe5a3c936ca09bd7471ced70c5120cc0e19 /net/netfilter/nf_flow_table_core.c
parentnetfilter: xt_osf: simplify xt_osf_match_packet() (diff)
downloadkernel-qcow2-linux-95c97998aa9fc7992f2f9d3a70f518c4b9abca9e.tar.gz
kernel-qcow2-linux-95c97998aa9fc7992f2f9d3a70f518c4b9abca9e.tar.xz
kernel-qcow2-linux-95c97998aa9fc7992f2f9d3a70f518c4b9abca9e.zip
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 'net/netfilter/nf_flow_table_core.c')
0 files changed, 0 insertions, 0 deletions