commit | 6461f396bb82c9431031bb4e2425f5c83bfcc0c0 | [log] [tgz] |
---|---|---|
author | Mo Elbadry <elbadrym@google.com> | Tue Dec 03 21:34:06 2024 +0000 |
committer | Mo Elbadry <elbadrym@google.com> | Tue Dec 03 23:07:36 2024 +0000 |
tree | 34489c40f9af21a33ed98da0dfa2956d13e72224 | |
parent | 376d781c133becf21cd0b5250c2198545a35732f [diff] |
ncsid: skip setting mac address if it matches There are cases where NIC keeps trying to set MAC address of already set interface, which can lead to ncsid turning interface down/up non-stop. A workaround is to check if mac matches before setting. Change-Id: I376cfdde62d5e6a1021fd3410d48027644c7ddde Signed-off-by: Mo Elbadry <elbadrym@google.com>