frr
frr copied to clipboard
isisd: When operating multiple areas, the system ID behaves abnormally.
When there are multiple areas on the same router, the following two scenarios exist:
- When clearing the net in one of the areas, the system ID is unconditionally cleared, even if the net does not include the current system ID.
- When deleting one of the areas, even if the net under the area includes the current system ID, the system ID still remains.
Signed-off-by: zhou-run [email protected]
How do you test the code before pushing if it's even failing to compile?
How do you test the code before pushing if it's even failing to compile?
Sorry, I have now corrected the compilation error.
Possible to verify and test this behavior with topotest?
Possible to verify and test this behavior with topotest?
Is topotest necessary? Currently, I have no idea, and it seems that topotest is not available for multi-area. Is multi-area not supported? @ton31337 @riw777
Possible to verify and test this behavior with topotest?
Is topotest necessary? Currently, I have no idea, and it seems that topotest is not available for multi-area. Is multi-area not supported? @ton31337 @riw777
Hmmm... I don't see a multi-area topo test at all ... I'm okay with letting this go without a topo test since it's a bug fix rather than new functionality, but I'll wait on @ton31337 to answer before pushing