Skip to content

Commit

Permalink
Unify config option naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Herms committed Apr 16, 2019
1 parent 1479c9c commit ee006a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ type Defaults struct {
SpoofReplySrc *bool `yaml:"spoof_reply_src"`
SrcRange *string `yaml:"src_range"`
TimeoutMS *uint64 `yaml:"timeout"`
SrcInterface *string `yaml:"source_interface"`
SrcInterface *string `yaml:"src_interface"`
}

// Class reperesnets a traffic class in the config file
Expand Down

0 comments on commit ee006a4

Please sign in to comment.