Guy Sheffer

Results 785 comments of Guy Sheffer

Note - compilation passes its ``lv2_ttl_generator`` that crashes.

Hey, So update, I got as far as coss-compile debugging this thanks to help in [qemu bug report](https://bugs.launchpad.net/qemu/+bug/1776478), now what I am missing is debug symbols on ``lv2_ttl_generator`` and ``TAL-Filter-2.so``,...

@vNa3006 That subnet type changes the preference? From what I understand that is an address block (2001:db8::/64) used for documentation examples: https://en.wikipedia.org/wiki/IPv6_address#Special_addresses

I probably want though a subset not used for documentation :) Any other blocks or explanation why?

From #ipv6 on librechat I was updated that what sets the priority is ``/etc/gai.conf`` (getaddrinfo). I am not sure how to use it though

@vNa3006 Does this go in the container? host? or the docker-ipv6nat container? Does not seem to work in the container.

Hey, Hope I am not too late. Pretty cool to see a docker implementation. In [CustomPiOS](https://github.com/guysoft/CustomPiOS/blob/CustomPiOS/src/dist_generators/dist_example/src/vagrant/Vagrantfile) I did a similar thing using vagrant. The main advantage in using vagrant is...

@ckulka Ok, I have a test repo and a script that seems to work, only one issue: Always one build would fail, and one will pass. This is because the...

Ok, I added an extra function that lets you test if a tag exists. So it works now. I did some refactoring, but I think with some work it could...