Skip to content

Implement correct support for updating network interfaces for neighbors#324

Open
stal76 wants to merge 2 commits intomainfrom
neighbor_cache
Open

Implement correct support for updating network interfaces for neighbors#324
stal76 wants to merge 2 commits intomainfrom
neighbor_cache

Conversation

@stal76
Copy link
Collaborator

@stal76 stal76 commented Jan 21, 2026

In the current version, when the configuration of the network interface list is changed, the internal network interface identifiers are changed. This led to the fact that when performing a reload configuration for a while, the data in neighbors became incorrect.

In this commit, information about neighbors is also stored by network interface names. Added event handling from controlplane route_t::reload_after to dataplane. An additional command has also been added to view information about neighbors.: yanet-cli neighbor show cache

In the current version, when the configuration of the network interface list is changed,
the internal network interface identifiers are changed. This led to the fact that when
performing a reload configuration for a while, the data in neighbors became incorrect.

In this commit, information about neighbors is also stored by network interface names.
Added event handling from controlplane route_t::reload_after to dataplane. An additional
command has also been added to view information about neighbors.:
yanet-cli neighbor show cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments