diff options
author | Matus Fabian <matfabia@cisco.com> | 2017-04-18 05:29:59 -0700 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2017-04-21 08:21:45 +0000 |
commit | 2f2db1c2021c5aae564d2783a33366527afb5fce (patch) | |
tree | 8dc4c75b51a6f1022c50ee21edd0f209c5f87815 /src/vnet/flow/ipfix_info_elements.h | |
parent | 5fec1e8b2282f4d3d1d02556020254a84c3b6e3d (diff) |
CGN: IPFIX logging
maximum entries per user exceeded event
Change-Id: Ie35d7f40f55001e2ef4a38f934f176594f25b189
Signed-off-by: Matus Fabian <matfabia@cisco.com>
Diffstat (limited to 'src/vnet/flow/ipfix_info_elements.h')
-rw-r--r-- | src/vnet/flow/ipfix_info_elements.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vnet/flow/ipfix_info_elements.h b/src/vnet/flow/ipfix_info_elements.h index 5d7e935dabb..1403db4393b 100644 --- a/src/vnet/flow/ipfix_info_elements.h +++ b/src/vnet/flow/ipfix_info_elements.h @@ -418,7 +418,8 @@ _(layer2OctetTotalSumOfSquares, 429, u64) \ _(layer2FrameDeltaCount, 430, u64) \ _(layer2FrameTotalCount, 431, u64) \ _(pseudoWireDestinationIPv4Address, 432, ip4_address_t) \ -_(ignoredLayer2FrameTotalCount, 433, u64) +_(ignoredLayer2FrameTotalCount, 433, u64) \ +_(natQuotaExceededEvent, 466, u32) typedef enum { #define _(n,v,t) n = v, |