#
a108fcdf |
| 12-Sep-2024 |
William A. Kennington III <wak@google.com> |
meta-google: Refactor networkd reloads to one place
We want to have common logging and conditional routines when we talk to networkd.
Change-Id: I44c83c8137399d2126c565a1f753520603a9f97b Signed-off
meta-google: Refactor networkd reloads to one place
We want to have common logging and conditional routines when we talk to networkd.
Change-Id: I44c83c8137399d2126c565a1f753520603a9f97b Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|
#
8bd3a6f7 |
| 10-Sep-2024 |
William A. Kennington III <wak@google.com> |
meta-google: gbmc-ncsi-config: Add route policy
If an external NIC is used, this will fix the triangle routing scenario so that traffic directed down the NCSI path will return on the NCSI path, inst
meta-google: gbmc-ncsi-config: Add route policy
If an external NIC is used, this will fix the triangle routing scenario so that traffic directed down the NCSI path will return on the NCSI path, instead of taking the default route.
Change-Id: I53054563dd4f121950fcc20d2fdf8b118f5c50be Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|
#
dc3b3cf6 |
| 05-Sep-2024 |
William A. Kennington III <wak@google.com> |
meta-google: gbmc-ncsi-config: Don't override DHCP
We don't want the address and hostname presented by the NCSI hack to override a potentially different one from DHCP. All of our platforms up to thi
meta-google: gbmc-ncsi-config: Don't override DHCP
We don't want the address and hostname presented by the NCSI hack to override a potentially different one from DHCP. All of our platforms up to this point used the same values for NCSI RA and DHCP, but new platforms will not. They will expect their configs to always match the DHCP provided values. No one is depending primarily on the NCSI RA hack anymore.
Tested: Ran on the original smartnic platform and on a new platform using OOB to verify that the backup addressing still works.
Change-Id: I812f5b8311158408e27127534bea4f7c4e427279 Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|
#
5f9f81fb |
| 04-Sep-2024 |
William A. Kennington III <wak@google.com> |
meta-google: gbmc-ncsi-config: Migrate to common RA handler
This gets rid of our bespoke RA handling code and uses the common RA code for both RA processes on the NCSI port.
Tested: Ran on a NCSI C
meta-google: gbmc-ncsi-config: Migrate to common RA handler
This gets rid of our bespoke RA handling code and uses the common RA code for both RA processes on the NCSI port.
Tested: Ran on a NCSI CN and verified that RAs are still parsed and the addresses / hostname can still be found with the smartnic WA executed.
Change-Id: Ia9667f9b6ada2668f2096abbced6d8571a686e49 Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|