diff options
Diffstat (limited to 'pkg/controller/pod')
-rw-r--r-- | pkg/controller/pod/pod_controller.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/controller/pod/pod_controller.go b/pkg/controller/pod/pod_controller.go index 75ed731..d195782 100644 --- a/pkg/controller/pod/pod_controller.go +++ b/pkg/controller/pod/pod_controller.go @@ -170,7 +170,7 @@ func (r *ReconcilePod) addLogicalPorts(pod *corev1.Pod) error { return err } } - + switch { case nfn.Type == "ovn4nfv": ovnCtl, err := ovn.GetOvnController() |