Ricardo

Results 550 comments of Ricardo

Hi, thank your the issue. Can you add some example screenshots which clarifies what data you would like to extract exactly?

Hi, this is intentional as you would have otherwise your NetBox instance filled with link local addresses: https://github.com/bb-Ricardo/netbox-sync/blob/3b361336d1fd8d63455f396b421b1ff4d564856f/module/sources/common/permitted_subnets.py#L96-L102

Would you be able to run netbox-sync with the `-l DEBUG2` option and post the relevant part of output here? A GUA is not a link local address and therefore...

Great, thank you for the output. This narrows down the issue. If you have more then one IPv6 GUA then there is no real way which one to pick as...

I thought about your second suggestion already and think this would be an option. Just needs some special "IPv6" case changes. Will probably do that.

Hi @yaiqsa, this took a while but I added the function to set primary IPv6 if only one candidate was found. would you be able to test this? Thank you

Hi, good point. Usually it matches by MAC address. But I guess your current NetBox config does not contain the MAC addresses and that's why the script try to do...