Update some sentences related to suspending a link.

This commit is contained in:
grossmj
2017-07-20 11:11:44 +07:00
parent 5fd842e54d
commit ca3f6fb4b8
3 changed files with 3 additions and 3 deletions

View File

@ -135,7 +135,7 @@ class Link:
def get_active_filters(self):
"""
Return the active filters.
If the node is suspend the filters will be override
Filters are overridden if the link is suspended.
"""
if self._suspend:
return {"frequency_drop": [-1]}