Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
KB-perByte committed Mar 21, 2024
1 parent 1b2f3f0 commit bca18f9
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions plugins/module_utils/network/ios/facts/acls/acls.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,24 +44,6 @@ def __init__(self, module):
def get_acl_data(self, connection):
# Removed the show access-list
# Removed the show running-config | include ip(v6)* access-list|remark
# from textwrap import dedent

# return dedent(
# """\
# ip access-list standard testRobustReplace
# 10 remark Remarks for 10
# 20 remark Remarks for 20
# 20 permit 0.0.0.0 255.0.0.0
# 30 remark Remarks for 30
# 30 permit 172.16.0.0 0.15.255.255
# 40 remark Remarks for 40
# 40 permit 192.0.2.0 0.0.0.255
# 50 remark Remarks for 50
# 50 permit 198.51.100.0 0.0.0.255
# remark stray remark 1
# remark stray 1223 test
# """,
# )
return connection.get("show running-config | section access-list")

def get_acl_names(self, connection):
Expand Down

0 comments on commit bca18f9

Please sign in to comment.