Address @chelseakomlo comments

This commit is contained in:
Armon Dadgar
2017-08-21 17:09:09 -07:00
parent 9b6144d0d6
commit 235f4d27ac
2 changed files with 4 additions and 1 deletions

View File

@@ -940,7 +940,7 @@ func isTooManyColons(err error) bool {
return err != nil && strings.Contains(err.Error(), tooManyColons)
}
// Merge is used to merge two ACL configs together
// Merge is used to merge two ACL configs together. The settings from the input always take precedence.
func (a *ACLConfig) Merge(b *ACLConfig) *ACLConfig {
result := *a