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

Unable to delete an entire community-list #3215

Closed
dmbaturin opened this issue Oct 21, 2018 · 2 comments
Closed

Unable to delete an entire community-list #3215

dmbaturin opened this issue Oct 21, 2018 · 2 comments
Assignees
Labels
Milestone

Comments

@dmbaturin
Copy link
Contributor

Description

It is possible to delete most of the routing policy entities in one command, but for community-list and extcommunity-list is it impossible.

Steps to Reproduce

Create a community-list or an extcommunity-list and try to delete the entire list by omitting the permit/deny part as it's done with other entities.

# ip community-list expanded Test permit 10 ^$
# no ip community-list expanded Test
% Command incomplete: no ip community-list expanded Test

# ip extcommunity-list expanded Test permit 10 ^$
# no ip extcommunity-list expanded Test
% Command incomplete: no ip extcommunity-list expanded Test

Expected behaviour

For large-community-lists it works:

# ip large-community-list expanded Test permit 10 ^$
# no ip large-community-list expanded Test
# do show ip large-community-list Test
% Can't find extcommunity-list

@dmbaturin
Copy link
Contributor Author

In the latest master, the issue with community-list is fixed, but the issue with extcommunity-list stil exists.

@ton31337
Copy link
Member

yep, I planned to do this with two separate PRs. Will do this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants