Module Name: src Committed By: ozaki-r Date: Wed Jul 19 06:30:33 UTC 2017
Modified Files: src/sys/netipsec: ipsec.c Log Message: Remove invalid M_AUTHIPDGM check on ESP isr->sav M_AUTHIPDGM flag is set to a mbuf in ah_input_cb. An sav of ESP can have AH authentication as sav->tdb_authalgxform. However, in that case esp_input and esp_input_cb are used to do ESP decryption and AH authentication and M_AUTHIPDGM never be set to a mbuf. So checking M_AUTHIPDGM of a mbuf on isr->sav of ESP is meaningless. To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105 src/sys/netipsec/ipsec.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.