Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

isisd: Even after configuring "no hostname dynamic", the topology still displays the hostname. #16232

Merged
merged 1 commit into from
Jul 24, 2024

Conversation

zhou-run
Copy link
Contributor

The command "show isis topology" calls print_sys_hostname() to display the system ID or hostname, but it does not check the area->dynhostname flag.

Signed-off-by: zhou-run [email protected]

Copy link
Member

@ton31337 ton31337 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Squash to a single commit.

@zhou-run
Copy link
Contributor Author

Squash to a single commit.

Done.

Copy link
Member

@riw777 riw777 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

isisd/isisd.h Outdated
@@ -285,10 +285,12 @@ void isis_area_add_circuit(struct isis_area *area,
void isis_area_del_circuit(struct isis_area *area,
struct isis_circuit *circuit);

void delete_area_addr(void *arg);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's rename this function to be inline with the exposed function names.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rename delete_area_addr() to isis_area_address_delete().

Copy link
Member

@donaldsharp donaldsharp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's clean up the commit message. Please enter the commit .... should not be there.

@donaldsharp
Copy link
Member

The signed off line does not match the name and email address above. I would expect that they should be matching.

@github-actions github-actions bot added the rebase PR needs rebase label Jun 19, 2024
…ll displays the hostname.

The command "show isis topology" calls print_sys_hostname() to display the system ID or hostname, but it does not check the area->dynhostname flag.

Signed-off-by: zhou-run <[email protected]>
@zhou-run
Copy link
Contributor Author

Let's clean up the commit message. Please enter the commit .... should not be there.

Done.

@zhou-run
Copy link
Contributor Author

The signed off line does not match the name and email address above. I would expect that they should be matching.

Done.

@riw777
Copy link
Member

riw777 commented Jul 16, 2024

@ton31337 can you unblock this? :-)

@ton31337
Copy link
Member

@ton31337 can you unblock this? :-)

it's unblocked 🙂

@donaldsharp donaldsharp merged commit b2654e3 into FRRouting:master Jul 24, 2024
10 checks passed
@zhou-run zhou-run deleted the 202406171755 branch July 25, 2024 02:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants