frr
frr copied to clipboard
isisd: The neighbor entry still displays the deleted hostname of the neighbor.
- The
lsp_update_data()function will check for the presence of theISIS_TLV_DYNAMIC_HOSTNAMEin the LSP, and then callisis_dynhn_insert()to add a hostname entry corresponding to the LSP ID. However, when theISIS_TLV_DYNAMIC_HOSTNAMEis not present in the LSP, the hostname entry corresponding to the LSP ID should also be deleted. - The command “show isis neighbor” invokes
isis_adj_name()to display the System ID or hostname, but it does not check thearea->dynhostnameflag.
Signed-off-by: zhou-run [email protected]
Seems that tests should be updated/fixed too.
Seems that tests should be updated/fixed too.
Yes, I am currently investigating why the hostname entry is being lost in the case of the area->dynhostname being enabled.
This pull request has conflicts, please resolve those before we can evaluate the pull request.
@frrbot rereview
failing in ospf; rerunning just the failed tests to see if we can clear them