Brief description
Scapy fails to load when IPv6 support is disabled in the kernel.
Scapy version
2.6.0
Python version
3.10.12
Operating system
Ubuntu 22.04.5 LTS
Additional environment information
No response
How to reproduce
- Start Linux with
ipv6.disable=1 in the kernel command line.
- Start scapy
Actual result
When scapy is started, many modules are imported, which all fail with the message
OSError: illegal IP address string passed to inet_pton
Expected result
When scapy is started, no error message is displayed.
Related resources
No response