commit | 4693807c5ff1d5d4a4e8a2389d8f9ecae76884bd | [log] [tgz] |
---|---|---|
author | Yuxiao Zhang <yuxiaozhang@google.com> | Tue Sep 26 17:59:14 2023 -0700 |
committer | Yuxiao Zhang <yuxiaozhang@google.com> | Wed Sep 27 20:29:22 2023 +0000 |
tree | 44c2515726255bbadb0b207acadcb67954c52105 | |
parent | fabe3956a8b2de95855b8342865ab0bbfc54ccc0 [diff] |
Fix race condition for mac setting We have observed that if systemd-networkd reload is invoked by some other process after a mac config kick off but before the real phosphor-networkd reload, the interface will be down and never be brought back up. This CL ensures that the reload happens by touching the config file. Change-Id: I094b4dd71b37bb3b61837ee49a3b6d244cc8fe86 Signed-off-by: Yuxiao Zhang <yuxiaozhang@google.com>