Fix NAT feature
Since we removed recommendations, NAT was not working anymore. We need to explicitly add the relevant iptables modules. BugzID: 74965
This commit is contained in:
parent
e0277ff022
commit
4194e767fb
|
|
@ -18,6 +18,8 @@ RDEPENDS_${PN}-base = " \
|
||||||
RDEPENDS_${PN}-extended= " \
|
RDEPENDS_${PN}-extended= " \
|
||||||
ethtool \
|
ethtool \
|
||||||
iptables \
|
iptables \
|
||||||
|
iptables-module-ipt-masquerade \
|
||||||
|
iptables-module-ip6t-masquerade \
|
||||||
bridge-utils \
|
bridge-utils \
|
||||||
openvpn \
|
openvpn \
|
||||||
"
|
"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue