summaryrefslogtreecommitdiff
path: root/ipacm
diff options
context:
space:
mode:
authorqctecmdr <qctecmdr@localhost>2020-06-25 04:48:47 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2020-06-25 04:48:47 -0700
commitfdb76daef85b4855cc507c65f5f5e51e29c13fb6 (patch)
tree031ca0ee308adc77356ed998c8a54c9e6b89f033 /ipacm
parentd60383f64e3205246497397293069cf2140aec18 (diff)
parentc8eb88ab51c6bd32e78104482d05d283bb9ef0a8 (diff)
downloadipacfg-mgr-fdb76daef85b4855cc507c65f5f5e51e29c13fb6.tar.gz
Merge "ipacm: V6 filter count mismatch causing udp failures"
Diffstat (limited to 'ipacm')
-rw-r--r--ipacm/inc/IPACM_Wan.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipacm/inc/IPACM_Wan.h b/ipacm/inc/IPACM_Wan.h
index 4eb5547..ad62783 100644
--- a/ipacm/inc/IPACM_Wan.h
+++ b/ipacm/inc/IPACM_Wan.h
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2013-2019, The Linux Foundation. All rights reserved.
+Copyright (c) 2013-2020, The Linux Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
@@ -53,7 +53,7 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define IPA_V2_NUM_DEFAULT_WAN_FILTER_RULE_IPV4 2
#ifdef FEATURE_IPA_ANDROID
-#define IPA_V2_NUM_DEFAULT_WAN_FILTER_RULE_IPV6 7
+#define IPA_V2_NUM_DEFAULT_WAN_FILTER_RULE_IPV6 4
#define IPA_V2_NUM_TCP_WAN_FILTER_RULE_IPV6 3
#define IPA_V2_NUM_MULTICAST_WAN_FILTER_RULE_IPV6 3
#define IPA_V2_NUM_FRAG_WAN_FILTER_RULE_IPV6 1