CNI Reference Plugins

A collection of reference and example networking plugins maintained by the containernetworking team that implement the CNI specification. Includes main plugins such as bridge, ipvlan, macvlan, ptp, host-device, and loopback, as well as meta plugins such as portmap, bandwidth, firewall, sbr, and tuning for additional networking functionality.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/cni-plugins"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: cni:cni-plugins
name: CNI Reference Plugins
description: A collection of reference and example networking plugins maintained by the containernetworking
  team that implement the CNI specification. Includes main plugins such as bridge, ipvlan, macvlan, ptp,
  host-device, and loopback, as well as meta plugins such as portmap, bandwidth, firewall, sbr, and tuning
  for additional networking functionality.
humanURL: https://www.cni.dev/plugins/current/
properties:
- type: Documentation
  url: https://www.cni.dev/plugins/current/
- type: GitHubRepository
  url: https://github.com/containernetworking/plugins
tags:
- Containers
- Kubernetes
- Linux
- Network Plugins
- Networking
x-features:
- name: bridge
  description: Linux-bridge plugin attaching container veth pairs to a bridge.
- name: ipvlan
  description: IPVLAN plugin for L2/L3 IPVLAN attachments.
- name: macvlan
  description: MACVLAN plugin for MACVLAN attachments.
- name: host-device
  description: Plugin that moves an existing host device into a container netns.
- name: ptp
  description: Point-to-point veth-pair plugin.
- name: loopback
  description: Loopback interface configuration.
- name: portmap
  description: Meta-plugin that publishes container ports to the host via NAT.
- name: bandwidth
  description: Meta-plugin that applies ingress/egress traffic shaping with tc.
- name: firewall
  description: Meta-plugin that applies iptables/nftables rules for a container.
- name: sbr
  description: Source-based routing meta-plugin.
x-useCases:
- name: Kubernetes Pod Networking
  description: Use bridge + portmap as a minimal Kubernetes pod networking stack.
- name: Multi-Network Pods
  description: Combine reference plugins via Multus or chains for multi-NIC pods.