commit | 8dfc3a947d6ed72f936f0a3ea48b5877b9344c9b | [log] [tgz] |
---|---|---|
author | Marty Faltesek <mfaltesek@google.com> | Sun Nov 01 15:21:58 2015 -0500 |
committer | Marty Faltesek <mfaltesek@google.com> | Wed Nov 04 16:19:49 2015 -0500 |
tree | a9ae931df396d39d6c1432438cef3d9ec68542ff | |
parent | 88a5ad284631a29cb9befb1db03d5b610fc0abc3 [diff] |
Client STA traffic stops when roaming between AP interfaces. When there is a neighbor change, cmm receives RTM_DELNEIGH/RTM_NEWNEIGH events triggering an update to the routing table. But because there is no MAC change, the event is discarded without a routing table update. This fix eliminates the MAC address check, since there can still be a port change. Fixes b/18904094 Change-Id: I6553a66f6b97765e98a85aadff248d07e091e954