]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove rtable dumping code from bootp.
authormelifaro <melifaro@FreeBSD.org>
Tue, 28 Apr 2020 07:23:41 +0000 (07:23 +0000)
committermelifaro <melifaro@FreeBSD.org>
Tue, 28 Apr 2020 07:23:41 +0000 (07:23 +0000)
commiteeadd16587f76f04d815b9f8c8d915622cacc158
treee430b4d8d14e094ea9ba3836a22735a1ba57ab70
parent2ccadef77b81e7f18dd6bc4380357d6c6a797c5a
Remove rtable dumping code from bootp.

This debugging code printing routing table data was introduced in rS25723,
 22+ years ago. The last functional commit to this code was rS67534, 19 years ago.
The code has been turned off by default all this time.
Lastly, this code directly iterates radix tree and rtentries, which is not
 not a proper interaction with routing system.

Differential Revision: https://reviews.freebsd.org/D24554
sys/nfs/bootp_subr.c