mirror of
https://github.com/slackhq/nebula.git
synced 2025-12-06 02:30:57 -08:00
tiny nit
This commit is contained in:
parent
d3703c2ae9
commit
9bef2945d0
1 changed files with 2 additions and 2 deletions
|
|
@ -418,8 +418,8 @@ func AddFirewallRulesFromConfig(l *logrus.Logger, inbound bool, c *config.C, fw
|
|||
}
|
||||
|
||||
var ErrUnknownNetworkType = errors.New("unknown network type")
|
||||
var ErrPeerRejected = errors.New("remote address is not within a subnet that we handle")
|
||||
var ErrInvalidRemoteIP = errors.New("remote address is not in remote certificate subnets")
|
||||
var ErrPeerRejected = errors.New("remote address is not within a network that we handle")
|
||||
var ErrInvalidRemoteIP = errors.New("remote address is not in remote certificate networks")
|
||||
var ErrInvalidLocalIP = errors.New("local address is not in list of handled local addresses")
|
||||
var ErrNoMatchingRule = errors.New("no matching rule in firewall table")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue