Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ type Agent struct {
PhysicalInterface string `long:"physical-interface" ini-name:"physical_interface" description:"Physical Interface" default:"portchannel1"`
PendingSyncInterval time.Duration `long:"pending-sync-interval" ini-name:"sync-interval" default:"120s" description:"Interval for pending sync scans, supports suffix (e.g. 10s)."`
CreateService bool `long:"create-service" ini-name:"create_service" description:"Auto-create Service for network injection agent."`
ServicePublic bool `long:"service-public" ini-name:"service_public" description:"Service public to all projects for auto-created service" default:"false"`
ServicePublic bool `long:"service-public" ini-name:"service_public" description:"Service public to all projects for auto-created service"`
ServiceName string `long:"service-name" ini-name:"service_name" description:"Service name for auto-created service."`
ServicePort int `long:"service-port" ini-name:"service_port" description:"Service port for auto-created service."`
ServicePorts []string `long:"service-ports" ini-name:"service_ports[]" description:"Service ports for auto-created service."`
Expand Down
Loading