Skip to content

Commit

Permalink
Fix networktocode#2-3: 'QOS precedence' and 'dependencies/dependency'
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakuza-UA committed May 10, 2020
1 parent ca7fc43 commit 07d7639
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions templates/cisco_ios_show_ip_cef.textfsm
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ Start
# Stop processing Flags (max 4)
^.*?epoch.*?$$
# Extract extra Flag, such as recursive
^.*?dependencies,\s+${FLAGS}
^.*?dependencies
^.*?dependenc(?:y|ies),\s+${FLAGS}
^.*?dependenc(?:y|ies)
# Extract Nexthop and Interface
^\s+next\s+hop\s+${NEXTHOP}\s*$$
^\s+next\s+hop\s+${NEXTHOP},\s+${INTERFACE}
Expand All @@ -82,6 +82,7 @@ Start
#
# Ignore JUNK
#
^\s+Q[Oo]S
^\s+Special\s+source
^\s+Interface\s+source
^\s+Adj\s+source
Expand Down

0 comments on commit 07d7639

Please sign in to comment.