Fix an issue in Edgeview not getting App interface IP address#4374
Fix an issue in Edgeview not getting App interface IP address#4374naiming-zededa wants to merge 1 commit intolf-edge:13.4-stablefrom
Conversation
naiming-zededa
commented
Oct 17, 2024
- backport #Fix an issue in Edgeview not getting App interface IP address #4352
- due to the change of multiple port in zedrouter, the AppNetAdapterList.AllocatedIPv4Addr was changed to AssignedAddresses, do the same change
- backport #lf-edge#4352 - due to the change of multiple port in zedrouter, the AppNetAdapterList.AllocatedIPv4Addr was changed to AssignedAddresses, do the same change Signed-off-by: Naiming Shen <naiming@zededa.com>
OhmSpectator
left a comment
There was a problem hiding this comment.
Looks like a 1-to-1 cherry-pick of the original commit
OhmSpectator
left a comment
There was a problem hiding this comment.
@naiming-zededa, could you please cherry-pic commit like this?
git cherry-pick -x a54bfb3c0c119bc62e65b94c7a4deccc64c45a63
We don't need GH PR number in the commit message. And it's better to stick to the original one.
ok, let me retry. |
eve/pkg/pillar/hypervisor/qmp.go Line 30 in 74e74dd (just kidding) |
Haha, but the above commands of hash does not seem to bring in the vendor files... |
Sure, for the vendor file, you can try to cherry-pick 3769a42 or just rerun the command and create a new commit with the result. |