summaryrefslogtreecommitdiff
path: root/ipacm/inc
diff options
context:
space:
mode:
authorShihuan Liu <chiaweic@codeaurora.org>2017-06-29 21:53:30 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-07-11 15:29:54 -0700
commiteebbb1619daae4b1a2e5154ef183709e3acdd53f (patch)
tree1677fe4def619b361398558978b5ea7fd0d0df3e /ipacm/inc
parent0070fbfbda89f07923b07e31944c476b37e39c08 (diff)
downloadipacfg-mgr-eebbb1619daae4b1a2e5154ef183709e3acdd53f.tar.gz
IPACM: add filtering rule for unique local address
Add filtering rule for unique local IPv6 address so that packets destined to those addresses will be routed to exception. Change-Id: Ifbeacfb9bc5148d399dace97dabfe63d2939b066 Acked-by: Shihuan Liu <shihuanl@qti.qualcomm.com>
Diffstat (limited to 'ipacm/inc')
-rw-r--r--ipacm/inc/IPACM_Iface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipacm/inc/IPACM_Iface.h b/ipacm/inc/IPACM_Iface.h
index 43b0da6..0469699 100644
--- a/ipacm/inc/IPACM_Iface.h
+++ b/ipacm/inc/IPACM_Iface.h
@@ -59,9 +59,9 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define IPV4_DEFAULT_FILTERTING_RULES 3
#ifdef FEATURE_IPA_ANDROID
-#define IPV6_DEFAULT_FILTERTING_RULES 6
+#define IPV6_DEFAULT_FILTERTING_RULES 7
#else
-#define IPV6_DEFAULT_FILTERTING_RULES 3
+#define IPV6_DEFAULT_FILTERTING_RULES 4
#endif
#define IPV6_DEFAULT_LAN_FILTERTING_RULES 1