パッケージ: golang-github-containernetworking-plugins-dev (0.9.0-1)
golang-github-containernetworking-plugins-dev に関するリンク
Debian の資源:
golang-github-containernetworking-plugins ソースパッケージをダウンロード:
- [golang-github-containernetworking-plugins_0.9.0-1.dsc]
- [golang-github-containernetworking-plugins_0.9.0.orig.tar.xz]
- [golang-github-containernetworking-plugins_0.9.0-1.debian.tar.xz]
メンテナ:
- Debian Go Packaging Team (QA ページ)
- Jamie Bliss (QA ページ)
- Nicolas Braud-Santoni (QA ページ)
- Dmitry Smirnov (QA ページ)
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
standard networking plugins - sources
This package contains sources of the Container Networking Initiative's official plugins:
Interfaces
- bridge: Creates a bridge, adds the host and the container to it. - ipvlan: Adds an [ipvlan] interface in the container. - loopback: Set the state of loopback interface to up. - macvlan: Creates a new MAC address, forwards all traffic to that to the container. - ptp: Creates a veth pair. - vlan: Allocates a vlan device. - host-device: Move an already-existing device into a container.
IPAM: IP Address Management
- dhcp: Runs a daemon to make DHCP requests on behalf of the container. - host-local: Maintains a local database of allocated IPs - static: Allocates a static IPv4/IPv6 address.
Other
- flannel: Generates an interface corresponding to a flannel config file - tuning: Tweaks sysctl parameters of an existing interface - portmap: An iptables-based portmapping plugin. Maps ports from the host's address space to the container. - bandwidth: Allows bandwidth-limiting through use of traffic control tbf. - sbr: Configures source based routing for an interface. - firewall: Uses iptables or firewalld to add rules to allow traffic to/from the container.
その他の golang-github-containernetworking-plugins-dev 関連パッケージ
|
|
|
|
-
- dep: golang-github-alexflint-go-filemutex-dev
- processes synchronization library
-
- dep: golang-github-appc-cni-dev (>= 0.7.1~)
- container network interface
-
- dep: golang-github-coreos-go-iptables-dev (>= 0.4.5~)
- Go bindings for iptables utility
-
- dep: golang-github-safchain-ethtool-dev
- simple ethtool-like library for Go
-
- dep: golang-github-vishvananda-netlink-dev (>= 1.1.0-2~)
- netlink library for go
-
- dep: golang-golang-x-sys-dev
- Low-level interaction with the operating system