Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

args: support plugin-specific JSON config #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tgross
Copy link

@tgross tgross commented Feb 12, 2023

Currently the tc-redirect-tap plugin only supports the arguments it receives via the skel.CmdArgs arguments, which in turn come the CNI_ARGS environment variable. To allow driving the configuration purely from files and bring the plugin configuration more in line with the default plugins, add support for plugin-specific JSON configuration.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Signed-off-by: Tim Gross tim@0x74696d.com

@tgross tgross requested a review from a team as a code owner February 12, 2023 20:27
Currently the `tc-redirect-tap` plugin only supports the arguments it receives
via the `skel.CmdArgs` arguments, which in turn come the `CNI_ARGS` environment
variable. To allow driving the configuration purely from files and bring the
plugin configuration more in line with the default plugins, add support for
plugin-specific JSON configuration.

Signed-off-by: Tim Gross <tim@0x74696d.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant