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

zebra, build: disable irdp by default #15245

Merged
merged 1 commit into from
Jan 29, 2024
Merged

Conversation

idryzhov
Copy link
Contributor

IRDP client (rdisc) was deleted from iputils more than 2 years ago. It's time to drop IRDP, but first let's stop building and including it in the packages by default to see if anyone will be complaining.

IRDP client (rdisc) was deleted from iputils more than 2 years ago. It's
time to drop IRDP, but first let's stop building and including it in the
packages by default to see if anyone will be complaining.

Signed-off-by: Igor Ryzhov <[email protected]>
@@ -2334,6 +2334,9 @@ yes)
no)
IRDP=false
;;
*)
Copy link
Contributor

Choose a reason for hiding this comment

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

What value is this covering for? Would hope that AC_ARG_ENABLE() macro would produce deterministic results (i.e., only yes or no).

Copy link
Contributor Author

@idryzhov idryzhov Jan 29, 2024

Choose a reason for hiding this comment

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

It is neither yes nor no if there's no --enable/disable-irdp argument provided. So it doesn't hit any of the two existing cases. It was ok before, because the default was to enable the feature, but now we have to disable it by default.

@choppsv1 choppsv1 merged commit d4f83c2 into FRRouting:master Jan 29, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants