|
Ran
|
Jobs
1
|
Files
202
|
Run time
1min
|
Badge
README BADGES
|
push
github
fix(images): adapt OVN pinctrl to new OVS compose_nd_ns signature (#6857) OVS branch-3.5 commit 33825c273 ("packets: Add support for unicast ND NS compose.") changed the compose_nd_ns() signature by adding multicast and eth_dst parameters. OVN branch-25.03 has not adapted to the new signature yet, so the nightly base image build has been failing since 2026-06-06 when compiling controller/pinctrl.c, which in turn blocks CVE fixes from rolling into the base images and keeps the trivy security scan failing on every PR. Add a temporary patch that updates both call sites in pinctrl.c with multicast=true, which keeps the previous behavior byte-for-byte: the ethernet destination is still derived from the solicited-node multicast address internally. Drop the patch once OVN branch-25.03 adapts to the new signature upstream. Signed-off-by: Mengxin Liu <liumengxinfly@gmail.com> (cherry picked from commit 97e10e17b)
13341 of 54910 relevant lines covered (24.3%)
0.28 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 27329321258.1 | 202 |
24.3 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|