Skip to content

Commit

Permalink
Merge pull request #2595 from vyos/mergify/bp/sagitta/pr-2594
Browse files Browse the repository at this point in the history
op-cmd: T5802: bug fix for "ping x.x.x.x interface" completion options (backport #2594)
  • Loading branch information
sever-sever committed Dec 8, 2023
2 parents f44cf29 + 015cea7 commit 8ef7afb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/vyos/utils/network.py
Expand Up @@ -198,6 +198,7 @@ def get_all_vrfs():
return data

def interface_list() -> list:
from vyos.ifconfig import Section
"""
Get list of interfaces in system
:rtype: list
Expand Down

0 comments on commit 8ef7afb

Please sign in to comment.