Skip to content

Tags: HehuaTang/cni

Tags

v0.6.0

Toggle v0.6.0's commit message
cni v0.6.0

v0.6.0-rc1

Toggle v0.6.0-rc1's commit message
Merge pull request containernetworking#427 from squeed/convention-cha…

…ining

Conventions: add convention around chaining interfaces

v0.5.2

Toggle v0.5.2's commit message
Merge pull request containernetworking#419 from asridharan/cnitool

Added documentation for `cnitool`

spec-v0.3.1

Toggle spec-v0.3.1's commit message
spec/plugins: fix 'ip'->'ips' in the spec, bump to 0.3.1

v0.5.1

Toggle v0.5.1's commit message
Merge pull request containernetworking#412 from tomdee/safe-del

plugins/*: Don't error if the device doesn't exist

v0.5.0

Toggle v0.5.0's commit message
Merge pull request containernetworking#366 from ehazlett/ipam-host-lo…

…cal-initial-reserved-ip

Do not error if last reserved not found after initial creation

v0.5.0-rc1

Toggle v0.5.0-rc1's commit message
Merge pull request containernetworking#387 from tangle329/master

Check n.IPAM before use it in LoadIPAMConfig function

spec-v0.3.0

Toggle spec-v0.3.0's commit message
spec,libcni: add support for injecting runtimeConfig into plugin stdi…

…n data

Add a new CapabilityArgs member to the RuntimeConf struct which runtimes can
use to pass arbitrary capability-based keys to the plugin.  Elements of this
member will be filtered against the plugin's advertised capabilities (from
its config JSON) and then added to a new "runtimeConfig" top-level map added
to the config JSON sent to the plugin on stdin.

Also "runtime_config"->"runtimeConfig" in CONVENTIONS.md to make
capitalization consistent with other CNI config keys like "cniVersion".

Verified

This tag was signed with the committer’s verified signature.
tomdee Tom Denham