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

[BUG] [auto_compl]: other list keys are returned when list has more than one key #100

Open
Ali-aqrabawi opened this issue Apr 7, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Ali-aqrabawi
Copy link
Contributor

when the list has one key, for example the iproute2-ip-route, if you choose the first key should return all keys in the datatree, but the next key should return the keys configured with first key.

pc(config-routes-iproute2)# route 1.1.1.0/24 0 
  0
  3
pc(config-routes-iproute2)# route 4.4.4.4/32 0   
  0
  3
pc(config-routes-iproute2)# show config-candidate routes-iproute2 
<routes xmlns="urn:okda:iproute2:ip:route">
  <route>
    <prefix>1.1.1.0/24</prefix>
    <table>0</table>
    <metric>0</metric>
    <tos>EF</tos>
    <nexthop>
      <dev>opal3</dev>
    </nexthop>
  </route>
  <route>
    <prefix>1.1.1.0/24</prefix>
    <table>0</table>
    <metric>3</metric>
    <tos>EF</tos>
    <flag>onlink</flag>
  </route>
</routes>

@Ali-aqrabawi Ali-aqrabawi added the bug Something isn't working label Apr 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant