commit | 05cbc5b7876a9fb0fd86c6d3b11c46da53d9a9ec | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Thu Jul 20 19:37:30 2023 -0700 |
committer | William A. Kennington III <wak@google.com> | Tue Jul 25 14:31:14 2023 -0700 |
tree | c4fe623258640a7874a433bf720675a235326283 | |
parent | cbe5073f6b7cf07e87bb53d3cfa417a0bc6f37d9 [diff] |
ethernet_interface: IPv6 Gateway is dynamic based on RA The previous logic is technically incorrect, the gateway does not come from DHCPv6 as the protocol is not intended to communicate the gateway. Instead, this value is dynamic based on RA. Change-Id: I1167204efaed422ef616250f34d181bc29666a75 Signed-off-by: William A. Kennington III <wak@google.com>