commit | f179e70c5c079f480da9a4b70a84ae69b1bcc0db | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Wed Apr 17 00:50:28 2024 -0700 |
committer | William A. Kennington III <wak@google.com> | Wed Apr 17 02:00:11 2024 -0700 |
tree | 50211058c3f83a0a9c73597b623e9a4e1ce7770c | |
parent | 86d25bb7798ed76c8c0306e38ae0d5b14ca755de [diff] |
ethernet_interface: Simplify DHCPConfiguration enumeration We don't have more than 2 types of DHCP objects, don't use an arbitrary vector and depend on enum values for indices. Change-Id: I5c519e8b95b273a4684e553f18027f038d025f17 Signed-off-by: William A. Kennington III <wak@google.com>