cvs commit: src/sys/netgraph/netflow ng_netflow.c ng_netflow.h
Gleb Smirnoff
glebius at FreeBSD.org
Sun Dec 5 06:30:39 PST 2004
glebius 2004-12-05 14:30:38 UTC
FreeBSD src repository
Modified files:
sys/netgraph/netflow ng_netflow.c ng_netflow.h
Log:
- Use uint16_t to pass argument for NGM_NETFLOW_IFINFO, bump cookie.
- Always check that index number passed from userland
is <= NG_NETFLOW_MAXIFACES. [1]
- Increase NG_NETFLOW_MAXIFACES up to 512. [2]
Noticed by: Roman Palagin [1]
Requested by: Yuri Y. Bushmelev [2]
MFC after: 1 week
Revision Changes Path
1.3 +10 -4 src/sys/netgraph/netflow/ng_netflow.c
1.3 +2 -2 src/sys/netgraph/netflow/ng_netflow.h
More information about the cvs-all
mailing list