mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-02-20 11:44:09 +08:00
Change comment message to match implementation
Signed-off-by: Gunjan Gupta <viraniac@gmail.com>
This commit is contained in:
parent
b1657c2b2a
commit
0c72cde4c3
@ -15,8 +15,8 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
type raCtx struct {
|
type raCtx struct {
|
||||||
raAllowSLAAC bool // send RA packets without MO flags
|
raAllowSLAAC bool // send RA packets with MO flags
|
||||||
raSLAACOnly bool // send RA packets with MO flags
|
raSLAACOnly bool // send RA packets without MO flags
|
||||||
ipAddr net.IP // source IP address (link-local-unicast)
|
ipAddr net.IP // source IP address (link-local-unicast)
|
||||||
dnsIPAddr net.IP // IP address for DNS Server option
|
dnsIPAddr net.IP // IP address for DNS Server option
|
||||||
prefixIPAddr net.IP // IP address for Prefix option
|
prefixIPAddr net.IP // IP address for Prefix option
|
||||||
|
Loading…
x
Reference in New Issue
Block a user