Skip to content

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 <donatas@opensourcerouting.org>
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