Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 committed Jan 17, 2024
1 parent ae2bc37 commit 9ab43a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/internal/core/core.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ func New(c Config) *Core {
partitionID: c.PartitionID,
rackID: c.RackID,
enableReconfigureSwitch: c.ReconfigureSwitch,
syncDelay: c.SyncDelay,
managementGateway: c.ManagementGateway,
additionalBridgePorts: c.AdditionalBridgePorts,
additionalBridgeVIDs: c.AdditionalBridgeVIDs,
Expand Down

0 comments on commit 9ab43a0

Please sign in to comment.