Address GitHub comments.

This commit is contained in:
Kevin Krakauer
2020-01-22 10:23:44 -08:00
parent 9f736ac6a7
commit 747137c120
+1 -1
View File
@@ -153,7 +153,7 @@ func (table *Table) SetMetadata(metadata interface{}) {
// packets this rule applies to. If there are no matchers in the rule, it
// applies to any packet.
type Rule struct {
// IPHeaderFilter holds basic IP filtering fields common to every rule.
// Filter holds basic IP filtering fields common to every rule.
Filter IPHeaderFilter
// Matchers is the list of matchers for this rule.