Yaiqsa

Results 21 comments of Yaiqsa

The problem is that [cable_status](https://github.com/netbox-community/reports/blob/ec80ab04ee06f7001bf1de928bde0ae5aab7baa4/scripts/multi_connect.py#L51) passes LinkStatusChoices.CHOICES as choices to the ChoiceVar contructor. The VoiceVar constructor expects a list of two-tuples, while LinkStatusChoices.CHOICES is a three-tuple (The third item is...

> @Burathar I like this idea and PR's are more than welcomed! I will try to find the time to implement something, but I've got quite a backlog of projects...

Hi, sorry for the slow response, busy times.. So I tested the scenario as described in the description above again, and I can't reproduce it anymore using the master branch....

> Hi, I just pushed another commit which should fix exactly this use case. Can you check out the `development` branch and test it again? Thank you. It doesn't throw...

Sending the entire DEBUG2 log would leak a lot of information about our network, so unfortunately I can't do that. However, this is the redacted part of the log that...

Okay! It now works :D I did get one error regarding a moved IP that was still assigned as primary IP to an old vm, which didn't have that IP...

Awesome that 4.0 compatibility is already on it's way! When I saw the changelogs I was exited and anxious at the same time. (Jay new UI with working Markdown hyperlinks...

I agree that most people wouldn't want their instance filled up with link local addresses, but there is a pretty significant difference between a link local address, and a (global...

Of course! I have redacted the addresses and names quite a bit, but the logs should still paint the correct picture. ``` 2024-05-30 13:24:07,039 - DEBUG2: Found default IPv4 gateway...

Hmm, I've just read through rfc6724 looking for a generic answer, but there isn't really one when you don't have a destination address. I think the problem here is that...