mirror of
https://github.com/bettercap/bettercap
synced 2025-08-21 05:53:20 -07:00
refact: some refactoring to the ipv6 stuff
This commit is contained in:
parent
b5e7b254e4
commit
185950561a
4 changed files with 96 additions and 48 deletions
8
packets/dhcp6.go
Normal file
8
packets/dhcp6.go
Normal file
|
@ -0,0 +1,8 @@
|
|||
package packets
|
||||
|
||||
const DHCP6OptDNSServers = 23
|
||||
const DHCP6OptDNSDomains = 24
|
||||
const DHCP6OptClientFQDN = 39
|
||||
|
||||
// link-local
|
||||
const IPv6Prefix = "fe80::"
|
Loading…
Add table
Add a link
Reference in a new issue