Jeremy Grossmann

Results 549 comments of Jeremy Grossmann

Now the server copy all the built-in appliance files into the GNS3 settings directory (for instance `~/.config/GNS3/2.2/appliances`) on first boot.

> Now updating GNS3 doesn't update existing appliances. The appliances will stay at the version, when it first got copied to the settings directory. Unless, of course, they get updated...

Thanks for reporting. This may be a problem with the installed libpcap or the way we call `pcap_findalldevs_ex()`: https://github.com/GNS3/ubridge/blob/master/src/ubridge.c#L330L354

I am a bit confused, where is `libibverbs` linked to?

> But who shall implement this? @grossmj is already very busy. Correct and also I am looking to move away from uBridge in v3.x, replacing it with Linux bridges +...

> Oh that's great! Yes this is something I am really excited about :)

> @grossmj - it would seem telnetlib3 is not compatible with python 3.6, it may have originally but I believe they dropped 3.6 support in favour of focusing on 3.9>...

I have decided to drop support for Python 3.6 in v2.2.x.

I want to run some more tests and also look into that 3 special characters issue that had been reported, see if I can replicate it. I will merge once...