Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   christos
Date:           Thu Apr 13 16:38:32 UTC 2017

Modified Files:
        src/sys/net: pfkeyv2.h
        src/sys/netipsec: ah_var.h esp_var.h ipcomp_var.h xform_ah.c
            xform_esp.c xform_ipcomp.c
        src/usr.bin/netstat: fast_ipsec.c

Log Message:
Redo the statistics through an indirection array and put the definitions
of the arrays in pfkeyv2.h so that they are next to the index definitions.
Remove "bogus" comment about compressing the statistics which is now fixed.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/net/pfkeyv2.h
cvs rdiff -u -r1.4 -r1.5 src/sys/netipsec/ah_var.h src/sys/netipsec/esp_var.h
cvs rdiff -u -r1.6 -r1.7 src/sys/netipsec/ipcomp_var.h
cvs rdiff -u -r1.46 -r1.47 src/sys/netipsec/xform_ah.c
cvs rdiff -u -r1.49 -r1.50 src/sys/netipsec/xform_esp.c
cvs rdiff -u -r1.32 -r1.33 src/sys/netipsec/xform_ipcomp.c
cvs rdiff -u -r1.20 -r1.21 src/usr.bin/netstat/fast_ipsec.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index