-/* $OpenBSD: if_wg.c,v 1.20 2022/01/02 22:36:04 jsg Exp $ */
+/* $OpenBSD: if_wg.c,v 1.21 2022/02/20 19:59:29 tb Exp $ */
/*
* Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
}
if (m->m_pkthdr.ph_loopcnt++ > M_MAXLOOP) {
- DPRINTF(sc, "Packet looped");
+ DPRINTF(sc, "Packet looped\n");
ret = ELOOP;
goto error;
}
* another aip_lookup in wg_qstart, or refcnting as mentioned before.
*/
if (m->m_pkthdr.pf.delay > 0) {
- DPRINTF(sc, "PF Delay Unsupported");
+ DPRINTF(sc, "PF delay unsupported\n");
ret = EOPNOTSUPP;
goto error;
}