Skip to content

Commit 857c2da

Browse files
committed
chore: remove go.sum from the index
chore(config): remove errantly removed comments and tags
1 parent c6caea3 commit 857c2da

2 files changed

Lines changed: 3 additions & 244 deletions

File tree

daemon/firewall/config/config.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,16 +61,16 @@ type Expressions struct {
6161
type FwRule struct {
6262
// we need to keep old fields in the struct. Otherwise when receiving a conf from the GUI, the legacy rules would be deleted.
6363
Chain string // TODO: deprecated, remove
64-
Table string
65-
Parameters string
64+
Table string // TODO: deprecated, remove
65+
Parameters string // TODO: deprecated, remove
6666

6767
UUID string
6868
Description string
6969
Expressions []*Expressions
7070
Target string
7171
TargetParameters string
7272

73-
Position uint64
73+
Position uint64 `json:",string"`
7474
Enabled bool
7575
}
7676

0 commit comments

Comments
 (0)