Package: wnpp Severity: wishlist Owner: Nicolas Braud-Santoni <ni...@debian.org>
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 * Package name : cni-plugins Version : 0.8.1 Upstream Author : The CNI team * URL : https://github.com/containernetworking/plugins * License : Apache-2.0 Programming Lang: Go Description : CNI (Container Networking Infrastructure) Plugins The official CNI plugins repository contains several types of plugins ### Interfaces - - `bridge`: Creates a bridge, adds the host and the container to it. - - `ipvlan`: Adds an [ipvlan](https://www.kernel.org/doc/Documentation/networking/ipvlan.txt) 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 on the host to make DHCP requests on behalf of the container - - `host-local`: Maintains a local database of allocated IPs - - `static`: Allocate a static IPv4/IPv6 addresses to container and it's useful in debugging purpose. ### 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 (ingress/egress). - - `sbr`: A plugin that configures source based routing for an interface (from which it is chained). - - `firewall`: A firewall plugin which uses iptables or firewalld to add rules to allow traffic to/from the container. -----BEGIN PGP SIGNATURE----- iQJFBAEBCgAvFiEEU7EqA8ZVHYoLJhPE5vmO4pLV7MsFAl0Nx3sRHG5pY29vQGRl Ymlhbi5vcmcACgkQ5vmO4pLV7MtmqA//T5Qcr29o84rjLVAQ26YMlcYqqqodq/a1 u6VHi3fU7AXOjrVvmQ5SHeYBPCUl3p+/U4pp6PV1lMiVQ4toBOEwznZ02p+2VzBc Cuq0YzDD7naz/ROOR/O/h9zZCfV3+5eOLZ2F0BMfIWWwEn3WTNuxdoIzspmF4m6d N+n0ZBK0UJWRg6/RrhEorTIIm8QkyGRVVba2yOregpborukRXMWa4Z9SflFel+ru E0/3Rsa/mmlOKpG3hkROEchlBYx73oLmbXBS8BnX1yiZlzZQkPq3qLictWZwxc/D kj9x8AELyXY2ly8hQ/7jcqFdx+WRDHEu+T9kA0Nz+utb8AwIVJcESYWYyv3SijDE stz1mJv0EsKAOXQ8+2euVK7YkMIZPLoPOVqQLA6h5/RN67wLeY1qo25UWx/JezcK 1AyqHsO8G06qURSfVBM0avvUVAs4z++EhhUHpFXjSSEuMbUCkQGrwBV5tDu/flQV lvlxomwAgMPagiYf6tfpWceiemWeYiEDl3vfFE3FxT6rE4EnxnNhSU2r6usCAyvF gCkBnnJY4pL/nKzMR3GLEmv5sVNEr2W9ZPDkcchWS0/i1wtXBIh2/a01Gga7+rsF 4XDXaIJki2TXacTjWm+OfTZbRQ1zE10XyEd8JcxX078wliW+FnvlnI6nMjlVJ6ci Y9OgyC0fOLs= =ANyc -----END PGP SIGNATURE-----