Signed-off-by: Joakim Tjernlund <[EMAIL PROTECTED]>
---

Just noticed a minor typo

 bridge-stp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bridge-stp b/bridge-stp
index 49d5a41..5e663a9 100755
--- a/bridge-stp
+++ b/bridge-stp
@@ -53,9 +53,9 @@ start() {
 case $2 in
      start) 
        daemon
-       exec /sbin/rstpctl $bridge on ;;
+       exec /sbin/rstpctl rstp $bridge on ;;
      stop)  
-       exec /sbin/rstpctl $bridge off ;;
+       exec /sbin/rstpctl rstp $bridge off ;;
      *)
        echo "Unknown action:" $2
        echo "Usage: bridge-stp <bridge> {start|stop}"
-- 
1.5.4.3

_______________________________________________
Bridge mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/bridge

Reply via email to