Alexander V. Chernikov bdb214a4a4 Remove useless code from in6_rmx.c
The code in questions walks IPv6 tree every 60 seconds and looks into
 the routes with non-zero expiration time (typically, redirected routes).
For each such route it sets RTF_PROBEMTU flag at the expiration time.
No other part of the kernel checks for RTF_PROBEMTU flag.

RTF_PROBEMTU was defined 21 years ago, 30 Jun 1999, as RTF_PROTO1.
RTF_PROTO1 is a de-facto standard indication of a route installed
 by a routing daemon for a last decade.

Reviewed by:	bz, ae
MFC after:	2 weeks
Differential Revision:	https://reviews.freebsd.org/D22865
2019-12-18 22:10:56 +00:00
..
2019-12-03 14:46:38 +00:00
2019-08-02 07:41:36 +00:00
2019-12-18 22:10:56 +00:00
2019-08-02 07:41:36 +00:00
2019-10-07 22:40:05 +00:00
2019-11-19 21:14:15 +00:00
2019-12-06 16:53:42 +00:00
2019-11-18 21:59:47 +00:00
2019-11-19 21:08:18 +00:00
2019-12-05 16:50:54 +00:00