Closed shpalani closed 1 year ago
Verified that the test files are present. Hence closing this issue.
decap_permit_packet.o and all the testing files are already present when installed using ebpf-for-windows.
When installing, please select 'Testing'
PS C:\Program Files\ebpf-for-windows\testing> dir decap*
Directory: C:\Program Files\ebpf-for-windows\testing
Mode LastWriteTime Length Name
---- ------------- ------ ----
-a---- 7/18/2023 7:58 PM 12384 decap_permit_packet.o
-a---- 7/18/2023 7:59 PM 11600 decap_permit_packet.sys
PS C:\Program Files\ebpf-for-windows\testing>
Describe the bug
ebpf-for-windows-demo project uses ebpf-for-windows as a nuget package. For Cilium L4LB test in ebpf-for-windows-demo requires decap_permit_packet.o to be added in
ebpf-for-windows.<version>.msi
, to help the user to avoid building ebpf-for-windows separately.This request was brought in PR comment: https://github.com/microsoft/ebpf-for-windows-demo/pull/69
Requirement:
OS information
Windows 10 and above
Steps taken to reproduce bug
cilium/load_balancer/docs/CiliumL4LBSetup.md in https://github.com/microsoft/ebpf-for-windows-demo/
Expected behavior
Use decap_permit_packet.o from the .msi installation directory.
Actual outcome
The user has to manually build and copy the decap_permit_packet.o from the build machine to the test machine.
Additional details
No response