Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

zebra: clear evpn dup-addr return error-msg when there is no vni #16261

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

chiragshah6
Copy link
Member

clear evpn dup-addr cli returns error-msg for below conditions,

  • If evpn is not enabled &
  • If there is no VNI exists.

supported command:

clear evpn dup-addr vni <vni-id>

Testing:

bharat# clear evpn dup-addr vni 20
Error type: validation
Error description: % EVPN not enabled

bharat# clear evpn dup-addr vni 20
Error type: validation
Error description: % VNI 20 does not exist

Signed-off-by: Sindhu Parvathi Gopinathan's sgopinathan@nvidia.com
Signed-off-by: Chirag Shah chirag@nvidia.com

clear evpn dup-addr cli returns error-msg for below conditions,

 - If evpn is not enabled &
 - If there is no VNI exists.

supported command:

```
clear evpn dup-addr vni <vni-id>
```

Ticket: #3495573

Testing:

bharat# clear evpn dup-addr vni all
Error type: validation
Error description: % EVPN not enabled

bharat# clear evpn dup-addr vni 20
Error type: validation
Error description: % VNI 20 does not exist

Signed-off-by: Sindhu Parvathi Gopinathan's <sgopinathan@nvidia.com>
Signed-off-by: Chirag Shah <chirag@nvidia.com>
@ton31337
Copy link
Member

@Mergifyio backport dev/10.1

Copy link

mergify bot commented Jun 21, 2024

backport dev/10.1

✅ Backports have been created

@ton31337 ton31337 merged commit 67421ba into FRRouting:master Jun 25, 2024
10 checks passed
ton31337 added a commit that referenced this pull request Jun 25, 2024
zebra: clear evpn dup-addr return error-msg when there is no vni (backport #16261)
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants