* The code in this file was written by Eivind Eklund <perhaps@yes.no>,
* who places it in the public domain without restriction.
*
- * $OpenBSD: nat_cmd.c,v 1.6 2000/03/19 12:38:19 brian Exp $
+ * $OpenBSD: nat_cmd.c,v 1.7 2000/03/29 00:14:20 brian Exp $
*/
#include <sys/param.h>
break;
default:
- log_Printf(LogWARN, "nat_LayerPull: Dropped a packet....\n");
+ log_Printf(LogWARN, "nat_LayerPull: Dropped a packet (%d)....\n", ret);
m_freem(bp);
bp = NULL;
break;