Temporary fix for images without proper nether patches. 90/60290/1 accepted/tizen/common/20160225.160641 accepted/tizen/ivi/20160225.082022 accepted/tizen/mobile/20160225.081929 accepted/tizen/tv/20160225.081947 accepted/tizen/wearable/20160225.082000 submit/tizen/20160224.165550 submit/tizen/20160224.170026 submit/tizen_common/20160224.170035
authorr.kubiak <r.kubiak@samsung.com>
Wed, 24 Feb 2016 16:51:11 +0000 (17:51 +0100)
committerr.kubiak <r.kubiak@samsung.com>
Wed, 24 Feb 2016 16:53:12 +0000 (17:53 +0100)
If the nether patches are not in the kernel, the rule
that was commented out, will stop all outgoing network traffic.
This should not be the case thanks to the queue-bypass
parameter to iptables, but it seems to fail anyway.

Since the kernel patches are not yet merged, nether is
useless anyway. This will fix any issues until this changes.

Change-Id: Ic6c6876a62588f76d0f7e4105d2866320474149f

conf/nether.rules

index b7ce458..d1b9d54 100644 (file)
@@ -24,7 +24,7 @@
 :OUTPUT ACCEPT [816152:74580343]
 :POSTROUTING ACCEPT [824147:75308906]
 -A OUTPUT -o lo -j ACCEPT
--A OUTPUT -p tcp -m state --state NEW -j NFQUEUE --queue-num 0 --queue-bypass
+#-A OUTPUT -p tcp -m state --state NEW -j NFQUEUE --queue-num 0 --queue-bypass
 COMMIT
 *filter
 :INPUT ACCEPT [927054:2081201095]