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

bgpd: "Per peer-group graceful-restart configuration is not yet supported" #17496

Open
2 tasks done
c-po opened this issue Nov 23, 2024 · 1 comment
Open
2 tasks done
Assignees
Labels
bgp triage Needs further investigation

Comments

@c-po
Copy link
Contributor

c-po commented Nov 23, 2024

Description

In FRR 9.1 and 10.1 it was possible to define graceful-restart-disable on a peer group.
Now with 10.2 on the road it throws an error on a previously working feature.

I do not know if this is intended or not, but it breaks existing configurations.

Version

FRR stable/10.2 commit c9975e1

How to reproduce

!
router bgp 100
  neighbor foo peer-group
  neighbor foo graceful-restart-disable
!

Throws: Per peer-group graceful-restart configuration is not yet supported

Expected behavior

CLI command should work as in 10.1 and 9.1

Actual behavior

Can not set previously working CLI command

Additional context

No response

Checklist

  • I have searched the open issues for this bug.
  • I have not included sensitive information in this report.
@c-po c-po added the triage Needs further investigation label Nov 23, 2024
@ton31337 ton31337 added the bgp label Nov 23, 2024
@ton31337 ton31337 self-assigned this Nov 23, 2024
@ton31337
Copy link
Member

@c-po could you test this branch https://github.com/FRRouting/frr/compare/master...opensourcerouting:frr:fix/gr_peer-groups?expand=1? If all good, I will create a topotest and push this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bgp triage Needs further investigation
Projects
None yet
Development

No branches or pull requests

2 participants