Skip to content

Commit

Permalink
chore: remove go.sum from the index
Browse files Browse the repository at this point in the history
chore(config): remove errantly removed comments and tags
  • Loading branch information
mjholub committed Apr 1, 2023
1 parent c6caea3 commit 857c2da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 244 deletions.
6 changes: 3 additions & 3 deletions daemon/firewall/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,16 @@ type Expressions struct {
type FwRule struct {
// we need to keep old fields in the struct. Otherwise when receiving a conf from the GUI, the legacy rules would be deleted.
Chain string // TODO: deprecated, remove
Table string
Parameters string
Table string // TODO: deprecated, remove
Parameters string // TODO: deprecated, remove

UUID string
Description string
Expressions []*Expressions
Target string
TargetParameters string

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

Expand Down
Loading

0 comments on commit 857c2da

Please sign in to comment.