-
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
Failed to remove all static OIFs, after add more OIFs by ip mroute command. #14641
Comments
Can you provide show output, version number, and configurations? |
Thanks for attention. That is the configure. Wait for apply. /Ram # vtysh MARVELL_LINUX# configure
MARVELL_LINUX# configure
MARVELL_LINUX# configure
|
Can FRR PIM support removing multiple OIFs from the same route entry? |
This issue is stale because it has been open 180 days with no activity. Comment or remove the |
This issue will be automatically closed in the specified period unless there is further activity. |
update |
This issue will no longer be automatically closed. |
Problem:
When I configure static mroute, by next steps. Delete mroute is error.
I had add 2 OIFs(vlan2 and vlan3) to the IIF(vlan1) group 239.1.1.1, then I want to delete OIF vlan2. I do :
6. no ip mroute vlan2 239.1.1.1
But OIF vlan3 had been delete.
7. no ip mroute vlan2 239.1.1.1
Do nothing, because pim still want to delete OIF vlan3, and vlan3 had been delete, do pim do nothing.
Question:
How can I delete static OIF vlan2, When OIF more then one.
The text was updated successfully, but these errors were encountered: