Skip to content

Commit

Permalink
Add serializer:gob for PeerGroups
Browse files Browse the repository at this point in the history
  • Loading branch information
surik committed Oct 4, 2023
1 parent 4707c89 commit 9f978cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion route/route.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ type Route struct {
NetID string
Description string
Peer string
PeerGroups []string
PeerGroups []string `gorm:"serializer:gob"`
NetworkType NetworkType
Masquerade bool
Metric int
Expand Down

0 comments on commit 9f978cf

Please sign in to comment.