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

Support to list and possibly configure ARP cache and Neighbor cache (ietf-ip.yang) #819

Open
jovatn opened this issue Nov 12, 2024 · 0 comments
Labels
feature Feature request triage Pending investigation & classification (CCB)

Comments

@jovatn
Copy link
Contributor

jovatn commented Nov 12, 2024

Description

Infix does not support the ARP and neighor cache available in ietf-ip.yang.

module: ietf-interfaces
  +--rw interfaces
  |  +--rw interface* [name]
  |     |  | ...
  |     |  +--rw ip:neighbor* [ip]
  |     |     +--rw ip:ip                    inet:ipv4-address-no-zone
  |     |     +--rw ip:link-layer-address    yang:phys-address
  |     |     +--ro ip:origin?               neighbor-origin
  |     |  ...
  |     +--rw ip:ipv6!
  |     |  | ...
  |     |  +--rw ip:neighbor* [ip]
  |     |  |  +--rw ip:ip                    inet:ipv6-address-no-zone
  |     |  |  +--rw ip:link-layer-address    yang:phys-address
  |     |  |  +--ro ip:origin?               neighbor-origin
  |     |  |  +--ro ip:is-router?            empty
  |     |  |  +--ro ip:state?                enumeration

Additional Information

Supporting what is required by the ietf-ip model should be enough, or even less if Linux "ip neighbour" does not provide all.

General Information

Anyone can help out by sponsoring development of new features or contributing pull requests.
Please use this issue for discussions related to the feature.

@jovatn jovatn added feature Feature request triage Pending investigation & classification (CCB) labels Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature request triage Pending investigation & classification (CCB)
Projects
Status: No status
Development

No branches or pull requests

1 participant