mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Add INTERFACE_ROLE to table definition as well
This commit is contained in:
parent
610d114f84
commit
034d6db866
2 changed files with 2 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ CREATE TABLE IF NOT EXISTS `flows` ON CLUSTER '$CLUSTER' (
|
|||
`DST_ASN` UInt32,
|
||||
`PROBE_IP` UInt32, /* EXPORTER_IPV4_ADDRESS */
|
||||
`EXPORTER_SITE` UInt16,
|
||||
`INTERFACE_ROLE` UInt8,
|
||||
`OBSERVATION_POINT_ID` UInt16,
|
||||
`SRC2DST_TCP_FLAGS` UInt8,
|
||||
`DST2SRC_TCP_FLAGS` UInt8,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue