Document ipf_nat_hashtab_add() return codes.

MFC after:	3 days
This commit is contained in:
Cy Schubert 2019-08-28 04:55:17 +00:00
parent d49ffa7664
commit d8deeff04d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=351563

View File

@ -3498,6 +3498,7 @@ ipf_nat_insert(softc, softn, nat)
/* ------------------------------------------------------------------------ */
/* Function: ipf_nat_hashtab_add */
/* Returns: int - 0 == sucess, -1 == failure */
/* Parameters: softc(I) - pointer to soft context main structure */
/* softn(I) - pointer to NAT context structure */
/* nat(I) - pointer to NAT structure */