#
0ddcb163 |
| 22-Mar-2024 |
William A. Kennington III <wak@google.com> |
ncsid: lib: Fix neighbor path
It no longer has its own hierarchy. Instead, it's directly below the ethernet object now.
Tested: Verified that neighbors are now correctly identified when they need t
ncsid: lib: Fix neighbor path
It no longer has its own hierarchy. Instead, it's directly below the ethernet object now.
Tested: Verified that neighbors are now correctly identified when they need to be deleted.
Change-Id: Ibd319dcc84fcff99d7c45a5e2fb2de58b6f84406 Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|
#
27364013 |
| 27-Feb-2023 |
William A. Kennington III <wak@google.com> |
ncsid: Only delete static addresses
Technically this is safe, but it causes errors to be logged.
Change-Id: I5872e2dd7c9da4ce0dc82b80dd642c715d76b0be Signed-off-by: William A. Kennington III <wak@g
ncsid: Only delete static addresses
Technically this is safe, but it causes errors to be logged.
Change-Id: I5872e2dd7c9da4ce0dc82b80dd642c715d76b0be Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|
#
1e5029b4 |
| 27-Feb-2023 |
William A. Kennington III <wak@google.com> |
ncsid: UpdateIP should not add the nul address
It's technically safe, but it produces errors unnecessarily.
Change-Id: I48aee2560f9bf58553147febe6b3abaf49c7414d Signed-off-by: William A. Kennington
ncsid: UpdateIP should not add the nul address
It's technically safe, but it produces errors unnecessarily.
Change-Id: I48aee2560f9bf58553147febe6b3abaf49c7414d Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|
#
59486679 |
| 08-Dec-2022 |
Patrick Williams <patrick@stwcx.xyz> |
beautysh: re-format
beautysh is enabled in the openbmc-build-scripts on Bash/Zsh/POSIX-sh files to have a consistent formatting. Re-run the formatter on the whole repository.
Change-Id: I6a61656dd
beautysh: re-format
beautysh is enabled in the openbmc-build-scripts on Bash/Zsh/POSIX-sh files to have a consistent formatting. Re-run the formatter on the whole repository.
Change-Id: I6a61656dd6033329cba124ac0754152cbd1e9de3 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
5d074370 |
| 04-Dec-2022 |
Patrick Williams <patrick@stwcx.xyz> |
ncsid: add shebang on shell libraries
In order for these files to be clearly identified as shell, it is useful to add the shebang on them. Otherwise, the linters cannot identify them as shell and d
ncsid: add shebang on shell libraries
In order for these files to be clearly identified as shell, it is useful to add the shebang on them. Otherwise, the linters cannot identify them as shell and do not pass them to shellcheck.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ia214e5418e24b53af29cbdec151f2838d08ae506
show more ...
|
#
d7989581 |
| 27-May-2022 |
William A. Kennington III <wak@google.com> |
ncsid: Fix interruptible RA
Capturing directly from a subshell into a variable blocks the bash process from waiting on a signal. Instead, use `coproc` and `read` to achieve the same result.
Change-
ncsid: Fix interruptible RA
Capturing directly from a subshell into a variable blocks the bash process from waiting on a signal. Instead, use `coproc` and `read` to achieve the same result.
Change-Id: I7ad8b01e2508c5a0c871d77d3a629ac5812656c5 Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|
#
a7af2e08 |
| 14-Feb-2022 |
William A. Kennington III <wak@google.com> |
ncsid: Fix IP / Gateway updating
Sometimes phosphor-networkd incorrectly determines that DHCP should be enabled. This prevents us from assigning IPs and gateways to the BMC. Disable DHCP to fix assi
ncsid: Fix IP / Gateway updating
Sometimes phosphor-networkd incorrectly determines that DHCP should be enabled. This prevents us from assigning IPs and gateways to the BMC. Disable DHCP to fix assignment.
Change-Id: I91c8da79afb2ff1f1dba924f8c229ee8862bdeab Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|
#
2d6858dd |
| 11-Feb-2022 |
William A. Kennington III <wak@google.com> |
ncsid: Use per-interface gateway
Change-Id: I97185fc181918ad4668cb4e758eec25c51090b04 Signed-off-by: William A. Kennington III <wak@google.com>
|
#
379b061f |
| 04-Nov-2021 |
William A. Kennington III <wak@google.com> |
ncsid: Add service for discovering routers
This will be required for relaying egress traffic from the BMC network once the static network configurations go away. Currently this will just be redundan
ncsid: Add service for discovering routers
This will be required for relaying egress traffic from the BMC network once the static network configurations go away. Currently this will just be redundant behavior with existing gateway discovery.
Change-Id: I26b3f040f0752b948b9c1d9a9110a975f8168f8a Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|
#
2be0536c |
| 05-Nov-2021 |
William A. Kennington III <wak@google.com> |
ncsid: Ignore delete failures
Some of the spurious objects fail to delete. We should just ignore them as this is normal for any non-static addresses or neighbors.
Change-Id: I10e58b94160bb935a5dd77
ncsid: Ignore delete failures
Some of the spurious objects fail to delete. We should just ignore them as this is normal for any non-static addresses or neighbors.
Change-Id: I10e58b94160bb935a5dd77aefd0b0ecfeaa9d680 Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|
#
b163a2c1 |
| 20-May-2021 |
William A. Kennington III <wak@google.com> |
ncsid: Support parsing unsolicited RA announcements
We depend on this for router's whose MACs change over the lifetime of the BMC and need updates even when we can't send neighbor solicitations and
ncsid: Support parsing unsolicited RA announcements
We depend on this for router's whose MACs change over the lifetime of the BMC and need updates even when we can't send neighbor solicitations and receive advertisements.
Change-Id: Id7eb8ee8d44aea597a63276acc698f8fee9059b2 Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|
#
1285115c |
| 17-Mar-2021 |
William A. Kennington III <wak@google.com> |
meson: Fix build with 0.57.1
Meson doesn't like that we are symlinking subprojects outside the subproject directory. If we invert the links we are able to build again.
We also need to fix any proje
meson: Fix build with 0.57.1
Meson doesn't like that we are symlinking subprojects outside the subproject directory. If we invert the links we are able to build again.
We also need to fix any projects passing arguments which they don't actually accept.
Change-Id: Ie7adf82afabc1becc85c36b3cc632e8ebd4cae5b Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|