blob: ea89748406111f87cbd62c38841f4f8cf765365a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
|
# List of net modules to be included on boot
# If there are dependencies, the dependent items can be
# omitted.
KERNEL_MODULE_AUTOLOAD += " \
tun \
iptable_netfilter \
l2tp_ppp \
8021q \
ip_tables \
iptable_nat \
nf_conntrack_ipv4 \
nf_nat_h323 \
iptable_mangle \
iptable_raw \
nf_nat_snmp_basic \
nf_nat_pptp \
nf_log_ipv4 \
ipt_ah \
ipip \
xt_policy \
xt_LOG \
xt_tcpudp \
xt_set \
nft_meta \
xt_time \
xt_state \
xt_connmark \
xt_iprange \
xt_REDIRECT \
xt_conntrack \
nf_tables_netdev \
xt_TPROXY \
nf_tables_inet \
nft_exthdr \
ip_vs \
xt_HL \
nf_nat_ftp \
xt_nat \
xt_NFQUEUE \
xt_NETMAP \
xt_ecn \
xt_mac \
xt_CLASSIFY \
xt_TEE \
xt_recent \
xt_limit \
nf_nat_sip \
xt_l2tp \
xt_esp \
nf_conntrack_netlink \
xt_NFLOG \
xt_mark \
xt_CT \
nf_conntrack_netbios_ns \
xt_hl \
nfnetlink_cttimeout \
xt_hashlimit \
xt_multiport \
psnap \
mrp \
p8022 \
garp \
bnep \
rfcomm \
mac80211 \
rfkill_regulator \
rfkill_gpio \
dns_resolver \
ip6_gre \
ip6_vti \
xfrm6_mode_tunnel \
ip6t_NPT \
ip6t_ah \
ip6t_rpfilter \
ip6t_REJECT \
nf_log_ipv6 \
ip6table_nat \
ip6t_hbh \
ip6t_eui64 \
ip6table_mangle \
ip6t_ipv6header \
ip6t_rt \
ip6t_mh \
ip6table_raw \
ip6t_MASQUERADE \
ip6t_frag \
ip6t_SYNPROXY \
ip6table_filter \
nf_conntrack_ipv6 \
sit \
br_netfilter \
"
|