Skip to content

Commit

Permalink
connectivity: Remove --external-from-cidrs param
Browse files Browse the repository at this point in the history
This is automatically detected. So, no need to expose to users.

Signed-off-by: Martynas Pumputis <[email protected]>
  • Loading branch information
brb committed May 5, 2023
1 parent 82d355b commit 639bec6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/cli/cmd/connectivity.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ func newCmdConnectivityTest() *cobra.Command {
cmd.Flags().StringVar(&params.ExternalCIDR, "external-cidr", "1.0.0.0/8", "CIDR to use as external target in connectivity tests")
cmd.Flags().StringVar(&params.ExternalIP, "external-ip", "1.1.1.1", "IP to use as external target in connectivity tests")
cmd.Flags().StringVar(&params.ExternalOtherIP, "external-other-ip", "1.0.0.1", "Other IP to use as external target in connectivity tests")
cmd.Flags().StringSliceVar(&params.ExternalFromCIDRs, "external-from-cidrs", []string{}, "CIDRs representing nodes without Cilium to be used in connectivity tests")
cmd.Flags().BoolVar(&params.SkipIPCacheCheck, "skip-ip-cache-check", true, "Skip IPCache check")
cmd.Flags().MarkHidden("skip-ip-cache-check")
cmd.Flags().BoolVar(&params.Datapath, "datapath", false, "Run datapath conformance tests")
Expand Down

0 comments on commit 639bec6

Please sign in to comment.