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

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

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Jun 25, 2024

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 [email protected]
Signed-off-by: Chirag Shah [email protected]


This is an automatic backport of pull request #16261 done by [Mergify](https://mergify.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 <[email protected]>
Signed-off-by: Chirag Shah <[email protected]>
(cherry picked from commit 56c16ee)
@frrbot frrbot bot added the zebra label Jun 25, 2024
@ton31337 ton31337 merged commit 67328b6 into dev/10.1 Jun 25, 2024
14 checks passed
@ton31337 ton31337 deleted the mergify/bp/dev/10.1/pr-16261 branch June 25, 2024 11:49
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.

1 participant