svn commit: r290072 - head/sys/netpfil/pf

Alexander V. Chernikov melifaro at FreeBSD.org
Tue Oct 27 21:25:42 UTC 2015


Author: melifaro
Date: Tue Oct 27 21:25:40 2015
New Revision: 290072
URL: https://svnweb.freebsd.org/changeset/base/290072

Log:
  Eliminate last rtalloc_ign() caller.
  
  Differential Revision:	https://reviews.freebsd.org/D3927

Modified:
  head/sys/netpfil/pf/pf.c

Modified: head/sys/netpfil/pf/pf.c
==============================================================================
--- head/sys/netpfil/pf/pf.c	Tue Oct 27 21:24:09 2015	(r290071)
+++ head/sys/netpfil/pf/pf.c	Tue Oct 27 21:25:40 2015	(r290072)
@@ -5262,9 +5262,6 @@ pf_routable(struct pf_addr *addr, sa_fam
 		in_rtalloc_ign((struct route *)&ro, 0, rtableid);
 		break;
 #endif
-	default:
-		rtalloc_ign((struct route *)&ro, 0);	/* No/default FIB. */
-		break;
 	}
 
 	if (ro.ro_rt != NULL) {


More information about the svn-src-all mailing list