CiscoDevNet / terraform-provider-iosxr

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

iosxr_l2vpn - ref #158 #170

Closed rjoensen closed 1 year ago

rjoensen commented 1 year ago

Hello,

In reference to issue #158

I just got around to actually test this and it appears I was not very clear when reporting this. I believe what's missing is jut the pw-class ability.

l2vpn load-balancing flow src-dst-ip pw-class encapsulation mpls transport-mode vlan passthrough load-balancing pw-label flow-label both ! ! ! pw-class encapsulation mpls transport-mode ethernet load-balancing pw-label flow-label both ! ! !

Best wishes, rjoensen

danischm commented 1 year ago

Isn't this covered with this resource? https://registry.terraform.io/providers/CiscoDevNet/iosxr/latest/docs/resources/l2vpn_pw_class

rjoensen commented 1 year ago

Hello,

Yes it does. Confirmed it works. Thank you!