Skip to content

Commit

Permalink
Add AWSSrcDstCheck config param to satisfy UT
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Jerram committed Jun 12, 2020
1 parent b5f47f1 commit 9442b83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/config_params.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@ type Config struct {
IpInIpMtu int `config:"int;1440;non-zero"`
IpInIpTunnelAddr net.IP `config:"ipv4;"`

AWSSrcDstCheck string `config:"oneof(DoNothing,Enable,Disable);DoNothing;non-zero"`

ReportingIntervalSecs time.Duration `config:"seconds;30"`
ReportingTTLSecs time.Duration `config:"seconds;90"`

Expand Down

0 comments on commit 9442b83

Please sign in to comment.