Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IPv6 support #14

Open
nqb opened this issue Sep 17, 2021 · 0 comments
Open

IPv6 support #14

nqb opened this issue Sep 17, 2021 · 0 comments

Comments

@nqb
Copy link

nqb commented Sep 17, 2021

It would be nice to be able to send DHCPv6 messages to a PacketFence server which has an IPv6 address on management.

Reading the code, it seems that we only send traffic to IPv4 nodes:

udpAddr, err := net.ResolveUDPAddr("udp4", host+":"+port)

The default "Filter" certainly needs to be adjusted too

Filter = "udp and port 68 and ((udp[250:1] = 0x3) or (udp[250:1] = 0x5))"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant