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

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it''''''''s already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details on branch 2023Q4
containernetworking-plugins Networking plugins for container networking support
0.4_2 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.4_2Version of this port present on the latest quarterly branch.
Maintainer: dfr@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-12-07 15:09:06
Last Update: 2023-12-07 15:06:56
Commit Hash: 1a5ede5
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.4_2/catalog.mk
  2. /usr/local/share/licenses/containernetworking-plugins-0.4_2/LICENSE
  3. /usr/local/share/licenses/containernetworking-plugins-0.4_2/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 = 1692269530 SHA256 (dfr-plugins-0.4-freebsd-v0.4_GH0.tar.gz) = 475d9e194d0fb84ba1b8a3c5ad363a016f75c6adddef02fb71aefb7e705413f9 SIZE (dfr-plugins-0.4-freebsd-v0.4_GH0.tar.gz) = 4198780

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. go120 : lang/go120
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)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 These redirect rules do not currently work if the destination address is localhost (e.g. 127.0.0.1 or ::1) - always use the hosts IP address when connecting to a service inside a container using a port redirection. 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

Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/dfr/plugins/tar.gz/freebsd-v0.4?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.4_2
07 Dec 2023 15:06:56
commit hash: 1a5ede5f3667b6e0399abb165603b33f51f65d66commit hash: 1a5ede5f3667b6e0399abb165603b33f51f65d66commit hash: 1a5ede5f3667b6e0399abb165603b33f51f65d66commit hash: 1a5ede5f3667b6e0399abb165603b33f51f65d66 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump PORTREVISION after lang/go* update

PR:		274405
(cherry picked from commit 0505b712df3ae2b4bcaba00aecc7c1e9100d8609)

Number of commits found: 1