Skip to content

Commit

Permalink
ovn-ctl: Add daemon status functions.
Browse files Browse the repository at this point in the history
Signed-off-by: Gurucharan Shetty <guru@ovn.org>
Acked-by: Russell Bryant <russell@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
  • Loading branch information
shettyg committed Dec 16, 2015
1 parent 9b5422a commit e7b438d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ovn/utilities/ovn-ctl
Expand Up @@ -225,6 +225,12 @@ case $command in
restart_controller)
restart_controller
;;
status_northd)
daemon_status ovn-northd || exit 1
;;
status_controller)
daemon_status ovn-controller || exit 1
;;
help)
usage
;;
Expand Down

0 comments on commit e7b438d

Please sign in to comment.