Ondřej Caletka
Ondřej Caletka
> Thanks for you report. Does this patch fixes your issue: Hey, sorry for delayed answer. No, this patch does not help as the IPv6 section is never reached, if...
That would work. Or we can just look for IPv4 default route, if it is not there look for IPv6 default route and if that is not there either, fall...
Hey, I only noticed this after I opened my own PR #4380. According to my tests, it is not going to work because `conf.route6` is not populated by the time...
So I have created the proposed solution: ```diff diff --git a/scapy/interfaces.py b/scapy/interfaces.py index f40f529e..73403098 100644 --- a/scapy/interfaces.py +++ b/scapy/interfaces.py @@ -372,11 +372,17 @@ def get_if_list(): def get_working_if(): # type: ()...
Nit resolved, rebased to current master. I am going to have a look on LuCI support (though that is orthogonal to this repository)
> @oskar456 First thing. Thanks for the patch and the change! Fell free to ask any support and all to have this merged. > Thank you for looking at it....
Ping. Is there anything we could help with getting a released version with all new features?
IPv6 router does not have knowledge of the devices that obtained their IP by SLAAC. It only provides the prefix, the device will pick up an address from it (mostly)...
Sorry for probably dumb question, but what is the reason to delete some functionality in the first place? Even without deleting the porn site extractors you don't get any porn,...
Hey, thanks a lot! I can confirm that this PR fixes #4304.