From a660f93e18f80ebaae47533360ea5bb556335eba Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 4 Nov 2008 09:34:26 -0800 Subject: [PATCH] In reboot script, send SIGUSR1 to ofp-switchmon to make it display "Rebooting". --- secchan/commands/reboot | 1 + 1 file changed, 1 insertion(+) diff --git a/secchan/commands/reboot b/secchan/commands/reboot index 8fc9314b..ba21db9f 100755 --- a/secchan/commands/reboot +++ b/secchan/commands/reboot @@ -1,2 +1,3 @@ #! /bin/sh +ofp-kill --force --signal=USR1 ofp-switchmon.pid reboot -- 2.30.2