mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 15:57:00 +00:00
analyze: bug fix shared networks counts
This also fixes backup state counts that were added to shared networks twice, making the numbers to be much greater than they really where. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
7cd381ed83
commit
d25e7afa1c
2 changed files with 20 additions and 35 deletions
|
|
@ -110,8 +110,8 @@ Summary:
|
|||
percent: 43
|
||||
touch_count: 43
|
||||
touch_percent: 43
|
||||
backup_count: 3
|
||||
backup_percent: 3
|
||||
backup_count: 2
|
||||
backup_percent: 2
|
||||
status: 0
|
||||
|
||||
--- skip ok ---
|
||||
|
|
@ -185,7 +185,7 @@ Summary:
|
|||
percent: 43
|
||||
touch_count: 43
|
||||
touch_percent: 43
|
||||
backup_count: 3
|
||||
backup_percent: 3
|
||||
backup_count: 2
|
||||
backup_percent: 2
|
||||
status: 0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue