Skip to content
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

isisd: Remove circuit state check for openfabric #17083

Conversation

ton31337
Copy link
Member

@ton31337 ton31337 commented Oct 13, 2024

Closes #17075

If we have something like:

```
int eth1
 ip router openfabric x
 ipv6 router openfabric x
```

And eth1 is removed, the first `ip router ...` fails and only `ipv6 router ...`
is enabled.

If we leave only:

```
int eth1
 ipv6 router openfabric x
```

Then also, no interface is going to be enabled, which is weird too.

Fixes: FRRouting#17075

Signed-off-by: Donatas Abraitis <[email protected]>
Copy link
Member

@riw777 riw777 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

@riw777
Copy link
Member

riw777 commented Oct 15, 2024

It would be nice to remove this code entirely and replace it with code matching the newer draft ...

@riw777 riw777 merged commit 8a50afc into FRRouting:master Oct 15, 2024
16 checks passed
@ton31337 ton31337 deleted the fix/openfabric_remove_redundant_check branch October 15, 2024 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

vtysh configure - write memory not sticking after reboot
2 participants