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
NOW FIXED. We had a known problem with lists of packages - they were out of date. The fix has been applied to production. See packages-import/issues/3 & packages-import/issues/4
Port details on branch 2024Q2
containernetworking-plugins Networking plugins for container networking support
0.5_7 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.5_7Version of this port present on the latest quarterly branch.
Maintainer: dfr@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-04-15 08:39:30
Last Update: 2024-06-15 09:57:50
Commit Hash: aa2919f
License: GPLv2
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.5_7/catalog.mk
  2. /usr/local/share/licenses/containernetworking-plugins-0.5_7/LICENSE
  3. /usr/local/share/licenses/containernetworking-plugins-0.5_7/GPLv2
  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.
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 = 1697295741 SHA256 (dfr-plugins-freebsd-v0.5_GH0.tar.gz) = ae97b270a350a291e96a57a964df84cf7a3d82311e3a8b0476f1e0e95b9bbb7f SIZE (dfr-plugins-freebsd-v0.5_GH0.tar.gz) = 4198686

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.


Packages (timestamps in pop-ups are UTC):
containernetworking-plugins
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.5_100.5_10-0.5_100.5_10---
FreeBSD:13:quarterly0.5_100.5_10-0.5_100.5_10---
FreeBSD:14:latest0.5_100.5_10-0.5_100.5_10---
FreeBSD:14:quarterly0.5_100.5_10-0.5_100.5_10---
FreeBSD:15:latest0.5_100.5_10n/a0.5_10n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. bash : shells/bash
  2. go121 : lang/go121
This port is required by:
for Run
  1. sysutils/buildah
  2. sysutils/podman

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.5?dummy=/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.5_7
15 Jun 2024 09:57:50
commit hash: aa2919fafeb561c987ff7957a14f3bdbd4b62399commit hash: aa2919fafeb561c987ff7957a14f3bdbd4b62399commit hash: aa2919fafeb561c987ff7957a14f3bdbd4b62399commit hash: aa2919fafeb561c987ff7957a14f3bdbd4b62399 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump after lang/go121 update

MFH:		2024Q2
(cherry picked from commit 746fa696a12ef1ca798e36baf087f579375b8cd1)
0.5_6
13 May 2024 18:28:41
commit hash: 8db69aebd121759c5b407c78e9e82a26b229efb9commit hash: 8db69aebd121759c5b407c78e9e82a26b229efb9commit hash: 8db69aebd121759c5b407c78e9e82a26b229efb9commit hash: 8db69aebd121759c5b407c78e9e82a26b229efb9 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump after lang/go121 update

MFH:		2024Q2
(cherry picked from commit fce0cc32720e61042bc675152b116f9e61532e92)
0.5_5
15 Apr 2024 08:31:41
commit hash: 0bbb270314a986cf7200e39bb7c49823b7147b75commit hash: 0bbb270314a986cf7200e39bb7c49823b7147b75commit hash: 0bbb270314a986cf7200e39bb7c49823b7147b75commit hash: 0bbb270314a986cf7200e39bb7c49823b7147b75 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump after lang/go121 update

MFH:		2024Q2
(cherry picked from commit 32b284679a1954ef1e0c0d52c4741d00e36dc6e0)

Number of commits found: 3