Page MenuHomeFreeBSD

Remove rtable dumping code from bootp.
ClosedPublic

Authored by melifaro on Apr 24 2020, 7:15 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 22, 2:50 PM
Unknown Object (File)
Mon, Apr 22, 2:50 PM
Unknown Object (File)
Mon, Apr 22, 2:45 PM
Unknown Object (File)
Mon, Apr 22, 2:45 PM
Unknown Object (File)
Mon, Apr 22, 2:31 PM
Unknown Object (File)
Jan 9 2024, 3:21 AM
Unknown Object (File)
Dec 22 2023, 11:47 PM
Unknown Object (File)
Dec 12 2023, 5:42 AM
Subscribers

Details

Summary

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.

This code directly iterates radix tree and rtentries, which is not compatible with the on-going routing changes.

I'm happy to re-add analogue of this code after the dust settles over the stack changes and control plane KPI if necessary, but it looks more like an unused piece of code now.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Remove route_var include and bootp_p_sa() as well.

This revision was not accepted when it landed; it landed in state Needs Review.Apr 28 2020, 7:24 AM
This revision was automatically updated to reflect the committed changes.