Port details on branch 2023Q1 |
- containernetworking-plugins Networking plugins for container networking support
- 0.2.1_3 net =0 0.2.1_3Version of this port present on the latest quarterly branch.
- Maintainer: dfr@FreeBSD.org
- Port Added: 2023-02-17 10:51:08
- Last Update: 2023-03-09 19:50:37
- Commit Hash: 636f0a9
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - 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 = 1669909849
SHA256 (dfr-plugins-0.2.1-freebsd-v0.2.1_GH0.tar.gz) = b915e4861e311797ab266badca84977a9daf1618c7b08c694f1402fbaa7ece66
SIZE (dfr-plugins-0.2.1-freebsd-v0.2.1_GH0.tar.gz) = 4197418
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:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- bash : shells/bash
- go119 : lang/go119
- This port is required by:
- for Run
-
- sysutils/buildah
- 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
- Master Sites:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.2.1_3 09 Mar 2023 19:50:37 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go119 update
Direct commit to quarterly to bump Go ports revisions after 61a665d2d8d2
Approved by: ports-secteam (blanket) |
0.2.1_2 17 Feb 2023 10:49:10 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go119 update
Direct commit to quarterly to bump Go ports revisions after f30271912e48
Approved by: riggs (ports-secteam) |
Number of commits found: 2
|