summaryrefslogtreecommitdiff
path: root/ipacm/inc
diff options
context:
space:
mode:
authorSkylar Chang <chiaweic@codeaurora.org>2016-04-07 17:43:44 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-08-23 12:19:37 -0700
commit7ca34e7f051dff6581e8bc279b8be4096884360c (patch)
treefc66c5bbf42664fc95de87e5d6afae9bcbaba1cd /ipacm/inc
parentb72097480d9e58e7f86141dd094b013c06705f38 (diff)
downloadipacfg-mgr-7ca34e7f051dff6581e8bc279b8be4096884360c.tar.gz
IPACM: ignore invalid new neighbor message
Ignore new neighbor message for IPv6 address with old IPv6 prefix. Change-Id: Iaf4d614902d49f9987527166075c72a30eb5c60b
Diffstat (limited to 'ipacm/inc')
-rw-r--r--ipacm/inc/IPACM_Lan.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipacm/inc/IPACM_Lan.h b/ipacm/inc/IPACM_Lan.h
index 0076a01..6c54f5e 100644
--- a/ipacm/inc/IPACM_Lan.h
+++ b/ipacm/inc/IPACM_Lan.h
@@ -222,6 +222,8 @@ protected:
uint32_t if_ipv4_subnet;
+ uint32_t ipv6_prefix[2];
+
private:
/* get hdr proc ctx type given source and destination l2 hdr type */