commit | 6bfdf3e0ad74fe91c785508edc25258f46beeaf8 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Tue Nov 09 17:15:12 2021 -0800 |
committer | William A. Kennington III <wak@google.com> | Mon Nov 22 13:28:41 2021 -0800 |
tree | ae792de4af2bcb3f3abe6137ec617a726aac3a0a | |
parent | 6ff633a9cb3a2a7ee1bb5c7cd667cf18c1411dea [diff] |
ethernet_interface: Defer link down for MAC change We don't want the interface to become unavailable until right before a reload is triggered. Right now this is okay because reloads happen instantaneously. A follow up patch will defer reloads for a set amount of time, and we don't want the NIC to be down for the entire time. Change-Id: I3ad7ed0deb0a3154535f85e1a26a00add123b518 Signed-off-by: William A. Kennington III <wak@google.com>