push
github
PR introduces changes to correctly support multiple network interfaces from same subnet (#6766) * PR introduces changes to allow kube-ovn-cni and kube-ovn-controller to correctly handle multiple network attachments from same subnets. Please refer to GH issue https://github.com/kubeovn/kube-ovn/issues/6762 for more details. Signed-off-by: Gaurav Mehta <gaurav.mehta@suse.com> * fine tune annotation lookup to ignore default interface name or eth0 as the case may be when trying to lookup kubeovn annotations Signed-off-by: Gaurav Mehta <gaurav.mehta@suse.com> * fix provide name elements lookup Signed-off-by: Gaurav Mehta <gaurav.mehta@suse.com> * simplify interface logic to leverage pod annotations to identify if interface name needs to be used for lookup Signed-off-by: Gaurav Mehta <gaurav.mehta@suse.com> * include pr review feedback, drop extraneous comments and methods Signed-off-by: Gaurav Mehta <gaurav.mehta@suse.com> --------- Signed-off-by: Gaurav Mehta <gaurav.mehta@suse.com> (cherry picked from commit 7a2b2a246)
8 of 93 new or added lines in 4 files covered. (8.6%)
2 existing lines in 1 file now uncovered.14232 of 56737 relevant lines covered (25.08%)
0.29 hits per line