-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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: no neighbor X enforce-first-as
does not work with peer-groups
#17702
Comments
Could you try compiling this PR #17705? |
mergify bot
pushed a commit
that referenced
this issue
Dec 22, 2024
If we do `no neighbor PG enforce-first-as`, it wasn't working because the flag was inherited incorrectly for the members of the peer-group. Fixes: 3224629 ("bgpd: Enable enforce-first-as by default") Closes: #17702 Signed-off-by: Donatas Abraitis <[email protected]> (cherry picked from commit b6dcf61)
mergify bot
pushed a commit
that referenced
this issue
Dec 22, 2024
If we do `no neighbor PG enforce-first-as`, it wasn't working because the flag was inherited incorrectly for the members of the peer-group. Fixes: 3224629 ("bgpd: Enable enforce-first-as by default") Closes: #17702 Signed-off-by: Donatas Abraitis <[email protected]> (cherry picked from commit b6dcf61)
mergify bot
pushed a commit
that referenced
this issue
Dec 22, 2024
If we do `no neighbor PG enforce-first-as`, it wasn't working because the flag was inherited incorrectly for the members of the peer-group. Fixes: 3224629 ("bgpd: Enable enforce-first-as by default") Closes: #17702 Signed-off-by: Donatas Abraitis <[email protected]> (cherry picked from commit b6dcf61)
ton31337
added a commit
to opensourcerouting/frr
that referenced
this issue
Dec 22, 2024
If we do `no neighbor PG enforce-first-as`, it wasn't working because the flag was inherited incorrectly for the members of the peer-group. Fixes: 3224629 ("bgpd: Enable enforce-first-as by default") Closes: FRRouting#17702 Signed-off-by: Donatas Abraitis <[email protected]>
ton31337
added a commit
to opensourcerouting/frr
that referenced
this issue
Dec 22, 2024
If we do `no neighbor PG enforce-first-as`, it wasn't working because the flag was inherited incorrectly for the members of the peer-group. Fixes: 3224629 ("bgpd: Enable enforce-first-as by default") Closes: FRRouting#17702 Signed-off-by: Donatas Abraitis <[email protected]>
ton31337
added a commit
to opensourcerouting/frr
that referenced
this issue
Dec 22, 2024
If we do `no neighbor PG enforce-first-as`, it wasn't working because the flag was inherited incorrectly for the members of the peer-group. Fixes: 3224629 ("bgpd: Enable enforce-first-as by default") Closes: FRRouting#17702 Signed-off-by: Donatas Abraitis <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
when using
no neighbor x enforce-first-as
with a peer-group the command is accepted but it has no effect.Version
How to reproduce
no neigh TEST enforce-first-as
Expected behavior
it should be synonymous with
no neigh 1.2.3.4 enforce-first-as
Actual behavior
no effect, no error, config written fine
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: