Skip to content

Commit

Permalink
remove sb from LegacyClient
Browse files Browse the repository at this point in the history
  • Loading branch information
bobz965 committed Aug 11, 2023
1 parent bfa8c67 commit fae7d1b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/ovs/ovn.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ var (
// LegacyClient is the legacy ovn client
type LegacyClient struct {
OvnTimeout int
OvnSbAddress string
OvnICNbAddress string
OvnICSbAddress string
ClusterRouter string
Expand Down Expand Up @@ -66,7 +65,6 @@ const (
// NewLegacyClient init a legacy ovn client
func NewLegacyClient(timeout int, ovnSbAddr, clusterRouter, clusterTcpLoadBalancer, clusterUdpLoadBalancer, clusterTcpSessionLoadBalancer, clusterUdpSessionLoadBalancer, nodeSwitch, nodeSwitchCIDR string) *LegacyClient {
return &LegacyClient{
OvnSbAddress: ovnSbAddr,
OvnTimeout: timeout,
ClusterRouter: clusterRouter,
ClusterTcpLoadBalancer: clusterTcpLoadBalancer,
Expand Down

0 comments on commit fae7d1b

Please sign in to comment.