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

Route-map Tag should possibly match also 0 (not tagged) #15852

Closed
2 tasks done
pinocirillo opened this issue Apr 26, 2024 · 1 comment · Fixed by #15961
Closed
2 tasks done

Route-map Tag should possibly match also 0 (not tagged) #15852

pinocirillo opened this issue Apr 26, 2024 · 1 comment · Fixed by #15961
Assignees

Comments

@pinocirillo
Copy link

Description

Tag is always a route attribute in ospf external db
that standard value is 0 thats' means not tagged
So ans easy way to filter out tagged route from untagged is filter for tag =0
this is possible for example in cisco IOS and Juniper JunOs
Could you make it possible even in frr ?

Version

All version

How to reproduce

configure
route-map osfp-tag-in permit 1
match tag 0

Expected behavior

ends up with route map matching non tagged route

Actual behavior

% Unknown command: match tag 0

Additional context

No response

Checklist

  • I have searched the open issues for this bug.
  • I have not included sensitive information in this report.
@pinocirillo pinocirillo added the triage Needs further investigation label Apr 26, 2024
@ton31337 ton31337 added enhancement and removed triage Needs further investigation labels May 7, 2024
@ton31337
Copy link
Member

ton31337 commented May 7, 2024

Can you test this patch #15961?

@ton31337 ton31337 self-assigned this May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants