rstone
66911849cb
Fix ip_output() on point-to-point links
...
In r304435, ip_output() was changed to use the result of the route
lookup to decide whether the outgoing packet was a broadcast or
not. This introduced a regression on interfaces where
IFF_BROADCAST was not set (e.g. point-to-point links), as the
algorithm could incorrectly treat the destination address as a
broadcast address, and ip_output() would subsequently drop the
packet as broadcasting on a non-IFF_BROADCAST interface is not
allowed.
Differential Revision: https://reviews.freebsd.org/D8303
Reviewed by: jtl
Reported by: ambrisko
MFC after: 2 weeks
X-MFC-With: r304435
Sponsored by: Dell EMC Isilon
2016-10-24 22:11:33 +00:00
..
2016-10-06 16:28:34 +00:00
2016-10-06 16:28:34 +00:00
2016-05-03 18:05:43 +00:00
2016-10-14 14:57:43 +00:00
2016-06-06 00:35:45 +00:00
2016-10-02 01:42:45 +00:00
2016-06-02 17:51:29 +00:00
2016-09-04 17:23:10 +00:00
2016-08-09 02:16:21 +00:00
2016-05-03 18:05:43 +00:00
2016-10-13 20:15:47 +00:00
2016-06-23 21:07:15 +00:00
2016-07-28 18:39:30 +00:00
2016-06-01 10:14:04 +00:00
2016-07-27 20:34:09 +00:00
2016-10-02 01:42:45 +00:00
2016-10-02 01:42:45 +00:00
2016-08-18 22:59:00 +00:00
2016-06-01 10:14:04 +00:00
2016-05-26 21:40:13 +00:00
2016-06-09 05:48:34 +00:00
2016-08-13 16:45:14 +00:00
2016-10-21 10:32:57 +00:00
2016-04-29 20:22:01 +00:00
2016-07-06 14:09:49 +00:00
2016-09-15 07:41:48 +00:00
2016-08-21 18:55:30 +00:00
2016-09-15 07:41:48 +00:00
2016-05-03 18:05:43 +00:00
2016-10-24 22:11:33 +00:00
2016-06-01 10:14:04 +00:00
2016-05-03 18:05:43 +00:00
2016-09-15 07:41:48 +00:00
2016-04-30 14:25:00 +00:00
2016-07-16 07:48:01 +00:00
2016-10-22 17:21:21 +00:00
2016-05-02 20:56:11 +00:00
2016-07-17 13:14:51 +00:00
2016-07-17 13:14:51 +00:00
2016-09-21 08:28:18 +00:00
2016-08-26 07:49:23 +00:00
2016-05-02 20:56:11 +00:00
2016-10-22 17:21:21 +00:00
2016-10-13 13:53:01 +00:00
2016-05-02 20:56:11 +00:00
2016-08-06 12:51:07 +00:00
2016-08-06 12:33:15 +00:00
2016-09-22 09:58:46 +00:00
2016-07-19 09:48:08 +00:00
2016-05-12 16:34:59 +00:00
2016-05-09 16:35:05 +00:00
2016-07-17 13:33:35 +00:00
2016-08-22 00:40:45 +00:00
2016-06-01 10:14:04 +00:00
2016-08-24 06:22:53 +00:00
2016-10-06 16:28:34 +00:00
2016-08-11 23:52:24 +00:00
2016-08-26 17:48:54 +00:00
2016-10-06 16:28:34 +00:00
2016-10-06 16:28:34 +00:00
2016-10-18 07:16:49 +00:00
2016-08-25 13:33:32 +00:00
2016-08-02 06:36:47 +00:00
2016-10-12 19:06:50 +00:00
2016-07-06 16:17:13 +00:00
2016-07-06 16:17:13 +00:00
2016-05-03 18:05:43 +00:00
2016-10-06 16:28:34 +00:00
2016-10-21 10:32:57 +00:00
2016-10-15 01:41:28 +00:00
2016-10-14 14:57:43 +00:00
2016-08-16 12:40:56 +00:00
2016-10-18 07:16:49 +00:00
2016-10-18 07:16:49 +00:00
2016-10-12 19:06:50 +00:00
2016-06-02 17:51:29 +00:00
2016-10-01 19:39:09 +00:00
2016-06-01 10:14:04 +00:00