summaryrefslogtreecommitdiff
path: root/ipacm/inc/IPACM_Iface.h
diff options
context:
space:
mode:
authorSkylar Chang <chiaweic@codeaurora.org>2016-07-14 15:58:59 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-08-26 10:16:01 -0700
commitcad34515f3cd23d72b2dd2eca9c22a70e6cc087d (patch)
tree32d534e4da2980f47557a1a01394d8732fd82106 /ipacm/inc/IPACM_Iface.h
parent8138e1d556e70af6b72726a32f5feecffa157635 (diff)
downloadipacfg-mgr-cad34515f3cd23d72b2dd2eca9c22a70e6cc087d.tar.gz
IPACM: adjust ip type maintenance logic
Adjust the maintenance logic of interface ip type so that IPACM won't fail to install IPv6 default filtering rules. Change-Id: I1955d991633e0f7d88964e1a47e5c00b7df134b1 Acked-by: Shihuan Liu <shihuanl@qti.qualcomm.com> Signed-off-by: Skylar Chang <chiaweic@codeaurora.org>
Diffstat (limited to 'ipacm/inc/IPACM_Iface.h')
-rw-r--r--ipacm/inc/IPACM_Iface.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ipacm/inc/IPACM_Iface.h b/ipacm/inc/IPACM_Iface.h
index 89bb26f..43b0da6 100644
--- a/ipacm/inc/IPACM_Iface.h
+++ b/ipacm/inc/IPACM_Iface.h
@@ -129,6 +129,9 @@ public:
/*Configure the initial filter rules */
virtual int init_fl_rule(ipa_ip_type iptype);
+ /* Change IP Type.*/
+ void config_ip_type(ipa_ip_type iptype);
+
/* Get interface index */
virtual int ipa_get_if_index(char * if_name, int * if_index);