fixed issue for link data not including per/loss when it is a ptp node, for host to host links
This commit is contained in:
parent
c262778209
commit
4381615f1d
3 changed files with 2 additions and 5 deletions
|
@ -141,6 +141,7 @@ class CoreInterface(object):
|
|||
:return: True if parameter changed, False otherwise
|
||||
"""
|
||||
# treat None and 0 as unchanged values
|
||||
logging.debug("setting param: %s - %s", key, value)
|
||||
if value is None or value <= 0:
|
||||
return False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue