netflow: Increase maximum number of NetFlow records to 30.
authorJesse Gross <jesse@nicira.com>
Mon, 5 Oct 2009 20:25:19 +0000 (13:25 -0700)
committerJesse Gross <jesse@nicira.com>
Mon, 5 Oct 2009 20:25:19 +0000 (13:25 -0700)
commitd83d6bbc3d9972c5adcc6c87df9f1b54b3a48e1d
treee81ce954432a3f5ef7140a788e85dee51479bc00
parentc6303ea11b76880306c12885a1007c516e40d1df
netflow: Increase maximum number of NetFlow records to 30.

NetFlow v5 allows up to 30 records per packet but we were incorrectly
limiting to 29.  This corrects that and also uses the count of the
number of records in the header rather than the packet size since
it is easier to reason about.

Bug #2103
secchan/netflow.c