-
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
eigrp: multiple Error type: validation #11301
Comments
I have triaged down this issue:
The next step is to look through the interface initialization logic and consider the proper configuration flow. |
Hi @volodymyrhuti - Did you get a chance to look through the interface initialization logic? I am also seeing this "Configuration failed" issue for every eigrp cli command in FRR 7.5.1 release. |
Hi all! Here is a short update on the issue:
|
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. |
Hi all! Sorry for the delay, I couldn't find time for this (
|
Instatiate interface structure once demon is started. Otherwise it is not possible to set parameters such as bandwidth untill a `network` configuration was applied. Fixes: FRRouting#11301 Signed-off-by: Volodymyr Huti <[email protected]>
Maintain a vector of mappings [if_name -> if_passive]. Otherwise, if topo is not already convereged, configuration does not apply, since iface is missing from the iface list. Fixes: FRRouting#11301 Signed-off-by: Volodymyr Huti <[email protected]>
Maintain a vector of mappings [if_name -> if_passive]. Otherwise, if topo is not already convereged, configuration does not apply, since iface is missing from the iface list. Fixes: FRRouting#11301 Signed-off-by: Volodymyr Huti <[email protected]>
Maintain a vector of mappings [if_name -> if_passive]. Otherwise, if topo is not already convereged, configuration does not apply, since iface is missing from the iface list. Fixes: FRRouting#11301 Signed-off-by: Volodymyr Huti <[email protected]>
Instatiate interface structure once demon is started. Otherwise it is not possible to set parameters such as bandwidth untill a `network` configuration was applied. Fixes: FRRouting#11301 Signed-off-by: Volodymyr Huti <[email protected]>
Maintain a vector of mappings [if_name -> if_passive]. Otherwise, if topo is not already convereged, configuration does not apply, since iface is missing from the iface list. Fixes: FRRouting#11301 Signed-off-by: Volodymyr Huti <[email protected]>
To Reproduce
Expected behavior
No config error
Screenshots
Versions
Additional context
The text was updated successfully, but these errors were encountered: