plugins icon indicating copy to clipboard operation
plugins copied to clipboard

Some reference and example networking plugins, maintained by the CNI team.

Results 119 plugins issues
Sort by recently updated
recently updated
newest added

A plugin to create tap devices. This is still work in progress. PR created to get initial feedback on the viability of the plugin.

ref to #783 1. get the right next IP of addresses whose first byte is 0 2. refactor some functions to handle illegal IPs or IPNets 3. add some unit...

Using the latest CNI plugins on a 4.9 kernel results in an error: `setsockopt returns ENOPROTOOPT for NETLINK_EXT_ACK` This is due to a bug in the netlink package: https://github.com/vishvananda/netlink/issues/751 which...

When I use [https://github.com/containernetworking/plugins/blob/7e9ada51e751740541969e1ea5a803cbf45adcf3/pkg/ip/cidr.go#L23-L26](https://github.com/containernetworking/plugins/blob/7e9ada51e751740541969e1ea5a803cbf45adcf3/pkg/ip/cidr.go#L23-L26) to get next IP of address "0.0.0.1", I got an illegal result `[2]` but not an expected one `[0,0,0,2]`. This is because `intToIP` does not obey...

Hi, [creating an issue from the pull request #766] When a device previously passed to the container has to be moved back to the host, netlink.LinkByName() is used to find...

Stale

Add support for in-container master for the vlan plugin

There are scenarios when multicast is needed on lo, for example in testing. The change adds it to the main loopback plugin. This change works perfectly well in our environment...

kube-proxy has a ipvs mode. Does portmap have any plan to support ipvs?

When k8s cluster use `ipvlan` L3/L2, `macvlan` or other `underlay` network plugin. The traffic come back from pod to host maybe not go through `conntrack` in host, and can not...