-
Notifications
You must be signed in to change notification settings - Fork 18
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
Netlink route delete messages cannot be received when interface's VRF changed #7
Comments
The output of ribd's console when the vlan100's vrf is changed is below:
|
I tried to do almost same thing using `ip' command and couldn't get route delete messages as well as it was done by ribd. So this could be a problem of Linux kernel.
|
When a VLAN interface which belongs to a VRF moves to another VRF, the static routes on the interface at the first VRF are automatically deleted, however, netlink route delete messages for those routes cannot be received.
I used ip monitor command to monitor netlink messages, but any netlink route delete messages for those routes couldn't be received, it probably means that Linux kernel doesn't send netlink route delete messages for those routes.
This problem can be appeared at both the latest version of ribd/openconfigd pair and the first commit version of them as well.
ip monitor route
set interfaces interface vlan100 vrf vrf100
The text was updated successfully, but these errors were encountered: