You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 14, 2024. It is now read-only.
It is not possible to apply Source List address in IGMPv3 Report. When editing default address 0.0.0.0 and changing it to some other address, like 10.10.10.10, and applying it via OK button - result will be 0.0.0.0.
Only adresses which contain 3 digits in each octet can be applied properly, like 100.100.101.102, etc.
Also using leading 0 before digits causes unexpected behaviour, like 010.011.012.013 transforms to address 8.9.10.11 after applying.
Ostinato v1.0
It is not possible to apply Source List address in IGMPv3 Report. When editing default address 0.0.0.0 and changing it to some other address, like 10.10.10.10, and applying it via OK button - result will be 0.0.0.0.
Only adresses which contain 3 digits in each octet can be applied properly, like 100.100.101.102, etc.
Also using leading 0 before digits causes unexpected behaviour, like 010.011.012.013 transforms to address 8.9.10.11 after applying.
Ostinato v1.0