Skip to content

Commit

Permalink
replace IPHELPERS with IP_HELPER to normalize with what arista_eos and
Browse files Browse the repository at this point in the history
cisco_ios use
  • Loading branch information
mjbear committed Jan 7, 2024
1 parent 5ee7aad commit f4cc45d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Value VRF (.+?)
Value IPPIMSPARSE (pim-sparse)
Value IPROUTERISIS (isis)
Value ISISMETRIC (\d+)
Value List IPHELPERS (.+?)
Value List IP_HELPER (.+?)
Value IPREDIRECT ([no]*)
Value List IP_ADDRESS (\S+?)
Value List IP_ADDR_CIDR (\d*)
Expand Down Expand Up @@ -38,7 +38,7 @@ Start
^\s+ip\s+router\s+${IPROUTERISIS}
^\s+isis\s+metric\s+${ISISMETRIC}\s*$$
^\s+${IPREDIRECT}\s*ip\s+redirect
^\s+ip\s+helper-address\s+${IPHELPERS}\s*$$
^\s+ip\s+helper-address\s+${IP_HELPER}\s*$$
^\s+ip\s+access-group\s+${ACL_IN}\s+in
^\s+ip\s+access-group\s+${ACL_OUT}\s+out
^\s+ip\s+address\s+${IP_ADDRESS}/*${IP_ADDR_CIDR}\s*$$
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ parsed_sample:
ip_address:
- "10.192.0.129"
- "10.192.4.1"
iphelpers:
ip_helper:
- "10.154.0.180"
- "10.154.0.181"
ippimsparse: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ parsed_sample:
- "10.201.214.35"
- "10.231.184.211"
- "10.251.229.83"
iphelpers:
ip_helper:
- "10.0.113.10"
- "10.0.113.20"
ippimsparse: ""
Expand Down Expand Up @@ -57,7 +57,7 @@ parsed_sample:
ip_addr_cidr: []
ip_addr_vrrpe: []
ip_address: []
iphelpers: []
ip_helper: []
ippimsparse: ""
ipredirect: ""
iprouterisis: ""
Expand Down

0 comments on commit f4cc45d

Please sign in to comment.