Skip to content

Commit

Permalink
Hardcode the inet4 safi table, as the peer is always v4 at this level
Browse files Browse the repository at this point in the history
Fixes #182.
  • Loading branch information
mirceaulinic committed Oct 27, 2018
1 parent 1e44ce5 commit 0e75389
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions napalm_logs/config/junos/BGP_PREFIX_THRESH_EXCEEDED.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ messages:
mapping:
variables:
bgp//neighbors//neighbor//{peer}//state//peer_as: asn
bgp//neighbors//neighbor//{peer}//afi_safis//afi_safi//{table}//state//prefixes//received: current
bgp//neighbors//neighbor//{peer}//afi_safis//afi_safi//{table}//ipv4_{type}//prefix_limit//state//max_prefixes: limit
bgp//neighbors//neighbor//{peer}//afi_safis//afi_safi//inet4//state//prefixes//received: current
bgp//neighbors//neighbor//{peer}//afi_safis//afi_safi//inet4//ipv4_{type}//prefix_limit//state//max_prefixes: limit
static: {}
- error: BGP_PREFIX_THRESH_EXCEEDED
tag: BGP_PREFIX_THRESH_EXCEEDED
Expand Down

0 comments on commit 0e75389

Please sign in to comment.