After the last IPSEC-related refactoring this goto no longer make sense.
ok?
Index: netinet/ip_output.c
===================================================================
RCS file: /cvs/src/sys/netinet/ip_output.c,v
retrieving revision 1.330
diff -u -p -r1.330 ip_output.c
--- netinet/ip_output.c 18 Nov 2016 02:53:47 -0000 1.330
+++ netinet/ip_output.c 22 Nov 2016 15:51:30 -0000
@@ -249,11 +249,6 @@ reroute:
* computation now.
*/
in_proto_cksum_out(m, NULL);
-
- /* If it's not a multicast packet, try to fast-path */
- if (!IN_MULTICAST(ip->ip_dst.s_addr)) {
- goto sendit;
- }
}
}
#endif /* IPSEC */