Skip to content

Refactor(eos_cli_config_gen): Add nested model for ipv6_nd for the interfaces #6571

@Shivani-gslab

Description

@Shivani-gslab

Add nested model for ipv6_nd for the interfaces and deprecate old keys. (separate PRs for each interface)
Proposed model:

management_interfaces:
  - name: Management1
    ipv6_enable: true  # already implemented
    ipv6_address_auto_config: true
    ipv6_nd:
      ra:
        rx_accept:
           default_route: true
           route_preference: true

For other interfaces, where ipv6_nd keys are already there, deprecate those keys and add new keys to this nested data-model.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions