Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
# $Id$
# Yaml widgets for BGP flow filter data extraction
# - FlowFilterTable extracts 'show firewall filter __flowspec_default_inet__'
# - FlowFilterView identifies most relevant filter fields
# including counter-name, packet-cpunt and byte-count
---
FlowFilterTable:
rpc: get-firewall-filter-information
args:
filtername: __flowspec_default_inet__
args_key: filtername
item: filter-information/counter
key: counter-name
view: FlowFilterView
FlowFilterView:
fields:
name: counter-name
packet_count: packet-count
byte_count: byte-count