OpenIxia / ixnetwork_restpy

The IxNetwork python client.
https://openixia.github.io/ixnetwork_restpy/#/
MIT License
30 stars 16 forks source link

PimV4SourcesList #67

Closed alexandreseitz closed 2 years ago

alexandreseitz commented 2 years ago

Hello

When configuring the PimV4SourcesList via API the routerID (PimV4SourcesList.LocalRouterId) is set to 0.0.0.0 but should inherit from the device group's RouterId, like PIM Router, PIM Interface.. isn't it ? Furthermore, when we try to set its value, it seems to be forbidden (actually like in GUI where the value is copied automatically) Thanks for your feedback

alexandreseitz commented 2 years ago

I think I have fix my issue, actually the Sources attribute was 0, since sources>0, the routerID is well copied. So I close the ticket