summaryrefslogtreecommitdiff
path: root/ipacm/src/IPACM_Netlink.cpp
diff options
context:
space:
mode:
authorSkylar Chang <chiaweic@codeaurora.org>2014-03-28 16:31:42 -0700
committerSkylar Chang <chiaweic@codeaurora.org>2014-05-28 16:40:28 -0700
commit18a55e05716c3cce4ef0deecf6267b1f8e949ae9 (patch)
treef58d53f682026018fe39abb8077794c19e24f017 /ipacm/src/IPACM_Netlink.cpp
parent11240567c31e1788914d790a9197d61cc048fe34 (diff)
downloadipacfg-mgr-18a55e05716c3cce4ef0deecf6267b1f8e949ae9.tar.gz
IPACM: support 8994 private subnet change
In android platform, when doing wlan or rndis thethering, the subnet is different than LE, IPACM should dynamically change private subnet by listening for new_addr netlink event for those LAN interface Change-Id: I36a8fbe0055098b965209326519d0c5d0cefbe0d
Diffstat (limited to 'ipacm/src/IPACM_Netlink.cpp')
-rw-r--r--ipacm/src/IPACM_Netlink.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/ipacm/src/IPACM_Netlink.cpp b/ipacm/src/IPACM_Netlink.cpp
index 012668e..114e6d6 100644
--- a/ipacm/src/IPACM_Netlink.cpp
+++ b/ipacm/src/IPACM_Netlink.cpp
@@ -452,7 +452,6 @@ static int ipa_nl_decode_rtm_addr
IPACM_NL_COPY_ADDR( addr_info, prefix_addr );
addr_info->attr_info.param_mask |= IPA_NLA_PARAM_PREFIXADDR;
break;
-
default:
break;