Skip to content

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

Description

@jovatn

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions