notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details on branch 2025Q4
containernetworking-plugins Networking plugins for container networking support
0.6_4 net on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.6_4Version of this port present on the latest quarterly branch.
Maintainer: dfr@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-11-01 15:53:31
Last Update: 2025-11-01 15:48:35
Commit Hash: ae07b4c
License: APACHE20
WWW:
https://www.cni.dev/
Description:
CNI plugins for container networking support. This is used by container engines such as Podman and Buildah to setup and teardown network access for containers.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (14 items)
Collapse this list.
  1. /usr/local/share/licenses/containernetworking-plugins-0.6_4/catalog.mk
  2. /usr/local/share/licenses/containernetworking-plugins-0.6_4/LICENSE
  3. /usr/local/share/licenses/containernetworking-plugins-0.6_4/APACHE20
  4. etc/containers/pf.conf.sample
  5. libexec/cni/bridge
  6. libexec/cni/firewall
  7. libexec/cni/host-local
  8. libexec/cni/loopback
  9. libexec/cni/portmap
  10. libexec/cni/static
  11. libexec/cni/tuning
  12. @owner
  13. @group
  14. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • containernetworking-plugins>0:net/containernetworking-plugins
To install the port:
cd /usr/ports/net/containernetworking-plugins/ && make install clean
To add the package, run one of these commands:
  • pkg install net/containernetworking-plugins
  • pkg install containernetworking-plugins
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: containernetworking-plugins
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1750257927 SHA256 (dfr-plugins-freebsd-v0.6_GH0.tar.gz) = ff18035ea945776d1c10d0ad2e712c476c03d1b1a1c2b1e8ee4b2c8d5d361dec SIZE (dfr-plugins-freebsd-v0.6_GH0.tar.gz) = 4198697

Expand this list (2 items)

Collapse this list.

SHA256 (golang-sys-v0.6.0_GH0.tar.gz) = b4f6d17c7a128f76169964b437cb66b3f2dbf9a33361928ec19dfecf7b03fc54 SIZE (golang-sys-v0.6.0_GH0.tar.gz) = 1434234

Collapse this list.


No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. bash : shells/bash
  2. go124 : lang/go124
This port is required by:
for Run
  1. sysutils/buildah

Configuration Options:
No options to configure
Options name:
net_containernetworking-plugins
USES:
go:no_targets
pkg-message:
Container networking relies on NAT to allow container network packets out to the host's network. This requires a PF firewall to perform the translation. A simple example is included - to use it: # cp /usr/local/etc/containers/pf.conf.sample /etc/pf.conf ... Edit /etc/pf.conf and set v4egress_if, v6egress_if to your network interface(s) ... # sysrc pf_enable=YES # service pf start The sample PF configuration includes support for port redirections. These are implemented as redirect rules in anchors nested under cni-rdr. Support for redirecting connections from the container host to services running inside a container is included for FreeBSD 13.3 and later. To enable this, first load the pf kernel module, by adding pf_load="YES" to /boot/loader.conf and enable PF support for these redirections using sysctl: # kldload pf # sysctl net.pf.filter_local=1 # service pf restart Redirect rules will work if the destination address is localhost (e.g. 127.0.0.1 or ::1) - to enable this, the following line must be included in your /etc/pf.conf: nat-anchor "cni-rdr/*" if upgrading from an older version, this needs to be added to /etc/pf.conf. For example if host port 1234 is redirected to an http service running in a container, you could connect to it using: # fetch -o- http://$(hostname):1234 or # fetch -o- http://localhost:1234

Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/dfr/plugins/tar.gz/freebsd-v0.6?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.6_4
01 Nov 2025 15:48:35
commit hash: ae07b4cd9e5d2da82d1b03dfbd103c951d7a9114commit hash: ae07b4cd9e5d2da82d1b03dfbd103c951d7a9114commit hash: ae07b4cd9e5d2da82d1b03dfbd103c951d7a9114commit hash: ae07b4cd9e5d2da82d1b03dfbd103c951d7a9114 files touched by this commit
Adam Weinberger (adamw) search for other commits by this committer
various: Bump Go ports for 1.24.9

This is a direct commit to 2025Q4. It'll definitely bring things (esp.
PORTREVISION lines) out of sync with main, but trying to MFH the
associated bump commit would bring in a massive quantity of conflicts.

Number of commits found: 1