diff options
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | foolsm.spec | 5 |
2 files changed, 5 insertions, 2 deletions
@@ -57,7 +57,7 @@ Else If connection (or group) is DOWN AND ( (A <= min_packet_loss) AND (C > min_successive_pkts_rcved) ) then change the connection (or group) to up. -Note: Foolsm assumes each connection starts UP. +Note: Foolsm assumes each connection starts in an UNKNOWN state by default. DEPENDENCIES diff --git a/foolsm.spec b/foolsm.spec index 4e82bd7..fbf7541 100644 --- a/foolsm.spec +++ b/foolsm.spec @@ -7,7 +7,7 @@ Summary: The Foobar Link Status Monitor Name: foolsm -Version: 1.0.8 +Version: 1.0.9 Release: 1%{?dist} License: GPLv2 URL: http://lsm.foobar.fi/ @@ -180,6 +180,9 @@ fi %dir %{_sharedstatedir}/foolsm %changelog +* Sun Dec 18 2016 Mika Ilmaranta <ilmis@nullnet.fi> - 1.0.9-1 +- README: fixed note about assumed start state + * Wed Sep 9 2016 Mika Ilmaranta <ilmis@nullnet.fi> - 1.0.8-1 - foolsm.spec: triggers to move old lsm config for foolsm - fix forever loop in waitpid while loop |
