CiscoDevNet / terraform-provider-iosxr

Terraform Cisco IOS-XR Provider
https://registry.terraform.io/providers/CiscoDevNet/iosxr
Mozilla Public License 2.0
5 stars 9 forks source link

Resource: router hsrp #226

Closed rjoensen closed 6 months ago

rjoensen commented 8 months ago

Hello,

In resource iosxr_router_hsrp_interface_address_family_ipv6_group_v2 it would be nice to be able to set address_link_local_autoconfig without necessarily specifying legacy_compatability

Example, address-family ipv6 hsrp X priority X address global x:x:x:x::x address linklocal autoconfig

Also in iosxr_router_hsrp_interface_address_family_ipv4_group_v2 it would be nice to be able to set preempt, not delay, just preempt.

Example, address-family ipv4 hsrp x preempt

Best wishes, Joensen

rjoensen commented 6 months ago

Hello, any chance to have an update on this?

danischm commented 6 months ago

The preempt option does not exist in the YANG model. The equivalent is:

preempt_delay = 0
danischm commented 6 months ago

address_link_local_autoconfig added in v0.5.0 release.