diff --git a/internal/olsrd/hosts_parser.go b/internal/olsrd/hosts_parser.go index d174abe2..c3d069ad 100644 --- a/internal/olsrd/hosts_parser.go +++ b/internal/olsrd/hosts_parser.go @@ -36,7 +36,7 @@ func (p *HostsParser) GetAREDNHostsCount() int { } func (p *HostsParser) GetTotalHostsCount() int { - return p.totalCount + return p.totalCount + p.arednNodesCount } func (p *HostsParser) GetHostsPaginated(page int, limit int, filter string) []*AREDNHost {