mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Implemented VRF flow aggregation
This commit is contained in:
parent
80e48760b4
commit
7655356c35
10 changed files with 32 additions and 14 deletions
|
|
@ -601,14 +601,14 @@ local flow_fields_description = {
|
|||
["L4_SRC_PORT_MAP"] = "Layer 4 source port symbolic name",
|
||||
["IPV4_SRC_ADDR"] = "IPv4 source address",
|
||||
["IPV4_SRC_MASK"] = "IPv4 source subnet mask (/<bits>)",
|
||||
["INPUT_SNMP"] = "Input interface SNMP idx",
|
||||
["INPUT_SNMP"] = "Input interface SNMP index",
|
||||
["L4_DST_PORT"] = "IPv4 destination port",
|
||||
["L4_DST_PORT_MAP"] = "Layer 4 destination port symbolic name",
|
||||
["L4_SRV_PORT"] = "Layer 4 server port",
|
||||
["L4_SRV_PORT_MAP"] = "Layer 4 server port symbolic name",
|
||||
["IPV4_DST_ADDR"] = "IPv4 destination address",
|
||||
["IPV4_DST_MASK"] = "IPv4 dest subnet mask (/<bits>)",
|
||||
["OUTPUT_SNMP"] = "Output interface SNMP idx",
|
||||
["OUTPUT_SNMP"] = "Output interface SNMP index",
|
||||
["IPV4_NEXT_HOP"] = "IPv4 Next Hop",
|
||||
["SRC_AS"] = "Source BGP AS",
|
||||
["DST_AS"] = "Destination BGP AS",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue