Address GitHub comments.

This commit is contained in:
Kevin Krakauer 2020-01-22 10:23:44 -08:00
parent 9f736ac6a7
commit 747137c120
1 changed files with 1 additions and 1 deletions

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 // packets this rule applies to. If there are no matchers in the rule, it
// applies to any packet. // applies to any packet.
type Rule struct { 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 Filter IPHeaderFilter
// Matchers is the list of matchers for this rule. // Matchers is the list of matchers for this rule.