stats: fix capport_unique_ipv6 comment
This commit is contained in:
parent
437e78d395
commit
79a21c20cb
@ -75,7 +75,7 @@ async def amain(client_ifname: str):
|
|||||||
'capport_unique_ipv6',
|
'capport_unique_ipv6',
|
||||||
'gauge',
|
'gauge',
|
||||||
len(unique_ipv6),
|
len(unique_ipv6),
|
||||||
help='Number of IPv4 clients (unique per mac) in client network seen in neighbor cache',
|
help='Number of IPv6 clients (unique per mac) in client network seen in neighbor cache',
|
||||||
)
|
)
|
||||||
print_metric(
|
print_metric(
|
||||||
'capport_total_ipv4',
|
'capport_total_ipv4',
|
||||||
|
Loading…
Reference in New Issue
Block a user