-
Notifications
You must be signed in to change notification settings - Fork 742
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add VlanId in the cmdAdd Result struct (#1705)
* Add VlanId in the cmdAdd Result struct This VlanId will appear in the prevResult during cmdDel request CleanUp Pod Network using vlanId from prevResult in CNI itself Skip processing Delete request if prevResult is nil Add Logging vlanId to ipamd Add support to test with containerd nodegroup in pod-eni test Add check for empty Netns() in cni Updated test agent version and Image * Temporary Commit - to be reviewed * Disable CHECK for this network configuration list ref: https://github.com/containernetworking/cni/blob/spec-v0.4.0/SPEC.md#cni-plugin * disableCheck value should be boolean * Rename vlanInterface as dummyVlanInterface Updated Prefix for dummyVlanInterface name * Add dummyVlan only for SGP pods * Minor fix * Schedule max allowed pods on given instance for pod_networking_suite_test * Fixed logging in cni.go Add relevant comments * Addresses PR comments * Return error for incorrect vlanId * fixed comment * Formatted code files * Minor logging change * minor nit change
- Loading branch information
Showing
13 changed files
with
280 additions
and
196 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.