View | Details | Raw Unified | Return to bug 261697
Collapse All | Expand All

(-)/usr/src-13-stable-git/sys/netinet/ip_output.c (-1 / +1 lines)
Lines 513-519 Link Here
513
	} else {
513
	} else {
514
		struct nhop_object *nh;
514
		struct nhop_object *nh;
515
515
516
		nh = fib4_lookup(M_GETFIB(m), ip->ip_dst, 0, NHR_NONE,
516
		nh = fib4_lookup(M_GETFIB(m), dst->sin_addr, 0, NHR_NONE,
517
		    m->m_pkthdr.flowid);
517
		    m->m_pkthdr.flowid);
518
		if (nh == NULL) {
518
		if (nh == NULL) {
519
#if defined(IPSEC) || defined(IPSEC_SUPPORT)
519
#if defined(IPSEC) || defined(IPSEC_SUPPORT)

Return to bug 261697