No description
Find a file
dependabot[bot] 34bf829e9a build(deps): bump github.com/containernetworking/plugins
Bumps [github.com/containernetworking/plugins](https://github.com/containernetworking/plugins) from 1.6.2 to 1.7.1.
- [Release notes](https://github.com/containernetworking/plugins/releases)
- [Commits](https://github.com/containernetworking/plugins/compare/v1.6.2...v1.7.1)

---
updated-dependencies:
- dependency-name: github.com/containernetworking/plugins
  dependency-version: 1.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-16 11:33:31 -07:00
.github Bump min Go version to 1.23 2025-03-14 20:26:46 +00:00
cmd/tc-redirect-tap Return correct CNI version string 2025-01-10 23:26:08 +00:00
internal Fix plugin supported CNI versions 2024-11-29 19:52:46 +00:00
vmconf chore: remove dependency on errors package 2022-07-08 00:38:15 +00:00
.gitignore Add golangci-lint in make lint 2022-07-13 12:39:05 +09:00
CODE_OF_CONDUCT.md Initial commit 2020-06-08 15:25:43 -07:00
CONTRIBUTING.md Initial commit 2020-06-08 15:25:43 -07:00
go.mod build(deps): bump github.com/containernetworking/plugins 2025-05-16 11:33:31 -07:00
go.sum build(deps): bump github.com/containernetworking/plugins 2025-05-16 11:33:31 -07:00
LICENSE Initial commit 2020-06-08 15:25:43 -07:00
Makefile Bump min Go version to 1.23 2025-03-14 20:26:46 +00:00
NOTICE Initial commit 2020-06-08 15:25:43 -07:00
README.md Add workflow badges to README 2022-10-17 15:36:03 -07:00

tc-redirect-tap

Build CodeQL Scan Go Report Card

tc-redirect-tap is a CNI plugin. This plugin allows you to adapt pre-existing CNI plugins/configuration to a tap device.

The plugin was initially developed as a part of firecracker-microvm/firecracker-go-sdk and can be used with Firecracker.

Questions?

Please use GitHub issues to report problems, discuss roadmap items, or make feature requests.

Security disclosures

If you think youve found a potential security issue, please do not post it in the Issues. Instead, please follow the instructions here or email AWS security directly.

License

This project is licensed under the Apache-2.0 License.