You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
argAnnounceClusterIP=pflag.BoolP("announce-cluster-ip", "", false, "The Cluster IP of the service to announce to the BGP peers.")
78
76
argGrpcHost=pflag.IP("grpc-host", net.IP{127, 0, 0, 1}, "The host address for grpc to listen, default: 127.0.0.1")
79
77
argGrpcPort=pflag.Int32("grpc-port", DefaultBGPGrpcPort, "The port for grpc to listen, default:50051")
80
-
argClusterAs=pflag.Uint32("cluster-as", DefaultBGPClusterAs, "The AS number of container network, default 65000")
78
+
argClusterAs=pflag.Uint32("cluster-as", 0, "The AS number of the local BGP speaker (required)")
81
79
argRouterID=pflag.IP("router-id", nil, "The address for the speaker to use as router id, default the node ip")
82
80
argNodeIPs=pflag.IPSlice("node-ips", nil, "The comma-separated list of node IP addresses to use instead of the pod IP address for the next hop router IP address.")
argHoldTime=pflag.Duration("holdtime", DefaultBGPHoldtime, "ovn-speaker goes down abnormally, the local saving time of BGP route will be affected.Holdtime must be in the range 3s to 65536s. (default 90s)")
88
86
argPprofPort=pflag.Int32("pprof-port", DefaultPprofPort, "The port to get profiling data, default: 10667")
0 commit comments