mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-16 22:38:18 +00:00
Update some sentences related to suspending a link.
This commit is contained in:
@ -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]}
|
||||
|
Reference in New Issue
Block a user