mirror of
https://github.com/konstruktoid/hardening.git
synced 2026-04-26 09:15:55 +03:00
[GH-ISSUE #275] [BUG] IPv6 Error #70
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @stacksjb on GitHub (May 1, 2023).
Original GitHub issue: https://github.com/konstruktoid/hardening/issues/275
Originally assigned to: @konstruktoid on GitHub.
Describe the bug
Error "Valid Prefix" if you have IPv6 Enabled
To Reproduce
Run script on a system with IPv6 enabled, and you get an error such as:
Error: any valid prefix is expected rather than "fe80::f018:98ff:fe99:4264%21886".
fe80 is link local (see https://blogs.infoblox.com/ipv6-coe/fe80-1-is-a-perfectly-valid-ipv6-default-gateway-address/)
Expected behavior
I expect this is normal and no error should be thrown
System (lsb_release -a):
ubuntu@primary:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.2 LTS
Release: 22.04
Codename: jammy
@konstruktoid commented on GitHub (May 1, 2023):
Hi @stacksjb, I'll have a look as soon as possible.
@konstruktoid commented on GitHub (May 2, 2023):
When are you recieving the error? Can you paste the logs.
I can't reproduce.