-/* $OpenBSD: ip6_output.c,v 1.102 2008/06/11 19:00:50 mcbride Exp $ */
+/* $OpenBSD: ip6_output.c,v 1.103 2008/07/30 15:07:40 canacar Exp $ */
/* $KAME: ip6_output.c,v 1.172 2001/03/25 09:55:56 itojun Exp $ */
/*
return (0);
bad:
- if (dst->ip6po_pktinfo) free(dst->ip6po_pktinfo, M_IP6OPT);
- if (dst->ip6po_nexthop) free(dst->ip6po_nexthop, M_IP6OPT);
- if (dst->ip6po_hbh) free(dst->ip6po_hbh, M_IP6OPT);
- if (dst->ip6po_dest1) free(dst->ip6po_dest1, M_IP6OPT);
- if (dst->ip6po_dest2) free(dst->ip6po_dest2, M_IP6OPT);
- if (dst->ip6po_rthdr) free(dst->ip6po_rthdr, M_IP6OPT);
-
+ ip6_clearpktopts(dst, -1);
return (ENOBUFS);
}
#undef PKTOPT_EXTHDRCPY