[ovs-dev] [PATCH] ovn-ctl: Fix a function call.

Gurucharan Shetty shettyg at nicira.com
Thu Oct 1 16:14:18 UTC 2015


Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>
---
 ovn/utilities/ovn-ctl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ovn/utilities/ovn-ctl b/ovn/utilities/ovn-ctl
index f4fb7ed..a86f515 100755
--- a/ovn/utilities/ovn-ctl
+++ b/ovn/utilities/ovn-ctl
@@ -229,7 +229,7 @@ case $command in
         stop_controller
         ;;
     restart_northd)
-        restart_northda
+        restart_northd
         ;;
     restart_controller)
         restart_controller
-- 
1.9.1




More information about the dev mailing list