Page MenuHomeFreeBSD

net/containernetworking-plugins: use correct family during rule generation
ClosedPublic

Authored by dch on Jun 14 2025, 5:09 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Sep 30, 3:18 AM
Unknown Object (File)
Tue, Sep 16, 5:31 PM
Unknown Object (File)
Mon, Sep 15, 7:31 PM
Unknown Object (File)
Sep 9 2025, 10:29 PM
Unknown Object (File)
Sep 9 2025, 1:24 PM
Unknown Object (File)
Sep 9 2025, 5:15 AM
Unknown Object (File)
Sep 6 2025, 10:01 PM
Unknown Object (File)
Sep 5 2025, 6:24 PM
Subscribers

Details

Reviewers
dfr
dch
Summary

PR: 287196
Tested by: Bretton Vine <bv@honeyguide.eu>
Sponsored by: SkunkWerks, GmbH

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 64884
Build 61767: arc lint + arc unit

Event Timeline

dch requested review of this revision.Jun 14 2025, 5:09 PM
dch created this revision.

fix family alignment in rule generation and skip cross-family rules

dfr added a subscriber: dfr.

Looks good to me and works in my testing. It would be helpful if you could also make a pull request for github.com/dfr/plugins which is the upstream for this port (my fork of the CNI plugins).

This revision is now accepted and ready to land.Jun 16 2025, 2:55 PM

Let's upstream this first and then I can just bump the port.

What is the branch from your https://github.com/dfr/plugins ?
There's no matching branch compared to what the ports tree fetches

{F120368428}

In D50847#1161816, @dch wrote:

Let's upstream this first and then I can just bump the port.

What is the branch from your https://github.com/dfr/plugins ?
There's no matching branch compared to what the ports tree fetches

{F120368428}

It's the freebsd branch - the port is fetching the freebsd-v0.5 tag which somehow wasn't pushed to the freebsd branch (it was present in my local git repo). Not sure how it was fetchable from github - I think I must have pushed the tag up to github but not the branch. It should make sense now that I have pushed the branch.