mirror of
https://github.com/slackhq/nebula.git
synced 2025-12-15 15:20:44 -08:00
Resolve nit
This commit is contained in:
parent
72a75b028c
commit
986413c32b
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ import (
|
|||
)
|
||||
|
||||
type FirewallInterface interface {
|
||||
AddRule(incoming bool, proto uint8, startPort int32, endPort int32, groups []string, host string, addr, localAddr string, caName string, caSha string) error
|
||||
AddRule(incoming bool, proto uint8, startPort int32, endPort int32, groups []string, host string, cidr, localCidr string, caName string, caSha string) error
|
||||
}
|
||||
|
||||
type conn struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue