refact: some refactoring to the ipv6 stuff

This commit is contained in:
evilsocket 2018-01-13 00:12:21 +01:00
commit 185950561a
4 changed files with 96 additions and 48 deletions

8
packets/dhcp6.go Normal file
View file

@ -0,0 +1,8 @@
package packets
const DHCP6OptDNSServers = 23
const DHCP6OptDNSDomains = 24
const DHCP6OptClientFQDN = 39
// link-local
const IPv6Prefix = "fe80::"