Skip to content

Commit

Permalink
sys fw: silence error parsing configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-iniguez-goya committed Dec 11, 2022
1 parent e7cbbb7 commit 1775da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/firewall/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ type FwRule struct {
Target string
TargetParameters string

Position uint64
Position uint64 `json:",string"`
Enabled bool

*sync.RWMutex
Expand Down

0 comments on commit 1775da2

Please sign in to comment.