mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 16:54:10 +01:00
Fix modules file
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9038 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
4c409b4586
commit
39a33ba07c
@ -18,16 +18,16 @@
|
||||
#
|
||||
loadmodule nfnetlink
|
||||
loadmodule x_tables
|
||||
ip6_tables
|
||||
ip6table_filter
|
||||
ip6table_mangle
|
||||
ip6table_raw
|
||||
loadmodule ip6_tables
|
||||
loadmodule ip6table_filter
|
||||
loadmodule ip6table_mangle
|
||||
loadmodule ip6table_raw
|
||||
loadmodule xt_conntrack
|
||||
loadmodule nf_conntrack_ipv6
|
||||
loadmodule xt_state
|
||||
loadmodule xt_tcpudp
|
||||
ip6t_REJECT
|
||||
ip6t_LOG
|
||||
loadmodule ip6t_REJECT
|
||||
loadmodule ip6t_LOG
|
||||
#
|
||||
# Other xtables modules
|
||||
#
|
||||
@ -89,5 +89,5 @@ loadmodule act_police
|
||||
#
|
||||
# Extensions
|
||||
#
|
||||
ip6_queue
|
||||
loadmodule ip6_queue
|
||||
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE
|
||||
|
Loading…
Reference in New Issue
Block a user