Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Error message when key/nonkey configuration doesn't match actual beha…
…viour Using a 'traditional' flow definition like that below will result in: vermont[4729]: Field bgpDestinationAsNumber configured as nonFlowKey will not be Aggregated vermont[4729]: Field bgpSourceAsNumber configured as nonFlowKey will not be Aggregated vermont[4729]: Field destinationIPv4PrefixLength configured as nonFlowKey will not be Aggregated vermont[4729]: Field egressInterface configured as nonFlowKey will not be Aggregated vermont[4729]: Field ipNextHopIPv4Address configured as nonFlowKey will not be Aggregated vermont[4729]: Field sourceIPv4PrefixLength configured as nonFlowKey will not be Aggregated <rule> <flowKey> <ieName>destinationIPv4Address</ieName> <autoAddV4PrefixLength>false</autoAddV4PrefixLength> </flowKey> <flowKey> <ieName>destinationTransportPort</ieName> </flowKey> <flowKey> <ieName>ingressInterface</ieName> </flowKey> <flowKey> <ieName>ipClassOfService</ieName> </flowKey> <flowKey> <ieName>protocolIdentifier</ieName> </flowKey> <flowKey> <ieName>sourceIPv4Address</ieName> <autoAddV4PrefixLength>false</autoAddV4PrefixLength> </flowKey> <flowKey> <ieName>sourceTransportPort</ieName> </flowKey> <nonFlowKey> <ieName>bgpDestinationAsNumber</ieName> </nonFlowKey> <nonFlowKey> <ieName>bgpSourceAsNumber</ieName> </nonFlowKey> <nonFlowKey> <ieName>destinationIPv4PrefixLength</ieName> </nonFlowKey> <nonFlowKey> <ieName>egressInterface</ieName> </nonFlowKey> <nonFlowKey> <ieName>flowEndMilliseconds</ieName> </nonFlowKey> <nonFlowKey> <ieName>flowStartMilliseconds</ieName> </nonFlowKey> <nonFlowKey> <ieName>ipNextHopIPv4Address</ieName> </nonFlowKey> <nonFlowKey> <ieName>octetDeltaCount</ieName> </nonFlowKey> <nonFlowKey> <ieName>packetDeltaCount</ieName> </nonFlowKey> <nonFlowKey> <ieName>sourceIPv4PrefixLength</ieName> </nonFlowKey> <nonFlowKey> <ieName>tcpControlBits</ieName> </nonFlowKey> </rule>
- Loading branch information