Skip to content

Commit

Permalink
Update porting guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Laxmikant Chintakindi authored and Laxmikant Chintakindi committed Aug 16, 2024
1 parent 6c38c2e commit 745a132
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ansible_collections/arista/avd/docs/porting-guides/5.x.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,10 @@ In AVD 4.0.0, we had "switched" as the default value for `ethernet_interfaces[].

With AVD 5.0.0, the default value for `type` in `ethernet_interfaces` and `port_channel_interfaces` is no longer supported. The `type` key must now be explicitly defined in the input variables if it is needed in the configuration and documentation.

### Unmark `router_pim_sparse_mode.ipv4.rp_addresses.address` as a primary_key

With AVD 5.0.0, the key `router_pim_sparse_mode.ipv4.rp_addresses.address` is `not` a `primary_key`.

### Removal of deprecated data models

The following data model keys have been removed from `eos_cli_config_gen` in v5.0.0.
Expand Down

0 comments on commit 745a132

Please sign in to comment.