The IPSec code exposes sysctls for all stats, there is no need to read KVM to get these stats. Fixing this issue makes the -z (zero) flag work correctly for all IPSec statistics which has the positive knock on effect of allowing benchmarks, testing and debugging to be done with a reasonable set of statistics.
Details
Details
- Reviewers
ae - Group Reviewers
network - Commits
- rS292394: Switch the IPsec related statistics to using the built in sysctl
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Looks good to me, except two lines in ipsec_stats(), that are not wrapped according style(9).