From 9ea12306c15ea9b1368e79480719d20b8c77c68c Mon Sep 17 00:00:00 2001 From: Cybwan Date: Tue, 8 Aug 2023 19:47:49 +0800 Subject: [PATCH] update README --- .github/workflows/release.yml | 6 +++--- Makefile | 8 +++---- Makefile.docker | 8 +++---- README.md | 21 ++++++++++++++++++- api/api.go | 12 +++++------ api/apiutils/status/status.go | 2 +- api/cmd/fsmxlb-rest-api-server/main.go | 4 ++-- api/prometheus/prometheus.go | 4 ++-- api/restapi/configure_fsmxlb_rest_api.go | 6 +++--- api/restapi/handler/cluster.go | 8 +++---- api/restapi/handler/common.go | 2 +- api/restapi/handler/conntrack.go | 6 +++--- api/restapi/handler/endpoint.go | 8 +++---- api/restapi/handler/fdb.go | 8 +++---- api/restapi/handler/firewall.go | 8 +++---- api/restapi/handler/ipv4address.go | 8 +++---- api/restapi/handler/loadbalancer.go | 8 +++---- api/restapi/handler/mirror.go | 8 +++---- api/restapi/handler/neighbor.go | 8 +++---- api/restapi/handler/params.go | 8 +++---- api/restapi/handler/policy.go | 8 +++---- api/restapi/handler/port.go | 6 +++--- api/restapi/handler/prometheus.go | 6 +++--- api/restapi/handler/route.go | 8 +++---- api/restapi/handler/session.go | 8 +++---- api/restapi/handler/status.go | 6 +++--- api/restapi/handler/vlan.go | 8 +++---- api/restapi/handler/vxlan.go | 8 +++---- ...dpoint_epipaddress_ip_address_responses.go | 2 +- ...g_fdb_mac_address_dev_if_name_responses.go | 2 +- .../delete_config_firewall_responses.go | 2 +- ...s_ip_address_mask_dev_if_name_responses.go | 2 +- ...elete_config_loadbalancer_all_responses.go | 2 +- ...ress_port_port_protocol_proto_responses.go | 2 +- ...ete_config_mirror_ident_ident_responses.go | 2 +- ...ighbor_ip_address_dev_if_name_responses.go | 2 +- ...ete_config_policy_ident_ident_responses.go | 2 +- ...nation_ip_net_ip_address_mask_responses.go | 2 +- ...te_config_session_ident_ident_responses.go | 2 +- ...ident_ulcl_address_ip_address_responses.go | 2 +- ...l_vxlan_vxlan_id_peer_peer_ip_responses.go | 2 +- ..._config_tunnel_vxlan_vxlan_id_responses.go | 2 +- ..._member_if_name_tagged_tagged_responses.go | 2 +- .../delete_config_vlan_vlan_id_responses.go | 2 +- .../operations/get_config_cistate_all.go | 2 +- .../get_config_cistate_all_responses.go | 2 +- .../operations/get_config_conntrack_all.go | 2 +- .../get_config_conntrack_all_responses.go | 2 +- .../operations/get_config_endpoint_all.go | 2 +- .../get_config_endpoint_all_responses.go | 2 +- api/restapi/operations/get_config_fdb_all.go | 2 +- .../get_config_fdb_all_responses.go | 2 +- .../operations/get_config_firewall_all.go | 2 +- .../get_config_firewall_all_responses.go | 2 +- .../operations/get_config_ipv4address_all.go | 2 +- .../get_config_ipv4address_all_responses.go | 2 +- .../operations/get_config_loadbalancer_all.go | 2 +- .../get_config_loadbalancer_all_responses.go | 2 +- .../operations/get_config_mirror_all.go | 2 +- .../get_config_mirror_all_responses.go | 2 +- .../operations/get_config_neighbor_all.go | 2 +- .../get_config_neighbor_all_responses.go | 2 +- .../operations/get_config_params_responses.go | 2 +- .../operations/get_config_policy_all.go | 2 +- .../get_config_policy_all_responses.go | 2 +- api/restapi/operations/get_config_port_all.go | 2 +- .../get_config_port_all_responses.go | 2 +- .../operations/get_config_route_all.go | 2 +- .../get_config_route_all_responses.go | 2 +- .../operations/get_config_session_all.go | 2 +- .../get_config_session_all_responses.go | 2 +- .../operations/get_config_sessionulcl_all.go | 2 +- .../get_config_sessionulcl_all_responses.go | 2 +- .../operations/get_config_tunnel_vxlan_all.go | 2 +- .../get_config_tunnel_vxlan_all_responses.go | 2 +- api/restapi/operations/get_config_vlan_all.go | 2 +- .../get_config_vlan_all_responses.go | 2 +- .../operations/get_status_device_responses.go | 2 +- .../operations/get_status_filesystem.go | 2 +- .../get_status_filesystem_responses.go | 2 +- api/restapi/operations/get_status_process.go | 2 +- .../get_status_process_responses.go | 2 +- .../post_config_cistate_parameters.go | 2 +- .../post_config_cistate_responses.go | 2 +- .../post_config_endpoint_parameters.go | 2 +- .../post_config_endpoint_responses.go | 2 +- .../operations/post_config_fdb_parameters.go | 2 +- .../operations/post_config_fdb_responses.go | 2 +- .../post_config_firewall_parameters.go | 2 +- .../post_config_firewall_responses.go | 2 +- .../post_config_ipv4address_parameters.go | 2 +- .../post_config_ipv4address_responses.go | 2 +- .../post_config_loadbalancer_parameters.go | 2 +- .../post_config_loadbalancer_responses.go | 2 +- .../post_config_mirror_parameters.go | 2 +- .../post_config_mirror_responses.go | 2 +- .../post_config_neighbor_parameters.go | 2 +- .../post_config_neighbor_responses.go | 2 +- .../post_config_params_parameters.go | 2 +- .../post_config_params_responses.go | 2 +- .../post_config_policy_parameters.go | 2 +- .../post_config_policy_responses.go | 2 +- .../post_config_route_parameters.go | 2 +- .../operations/post_config_route_responses.go | 2 +- .../post_config_session_parameters.go | 2 +- .../post_config_session_responses.go | 2 +- .../post_config_sessionulcl_parameters.go | 2 +- .../post_config_sessionulcl_responses.go | 2 +- .../post_config_tunnel_vxlan_parameters.go | 2 +- .../post_config_tunnel_vxlan_responses.go | 2 +- ...g_tunnel_vxlan_vxlan_id_peer_parameters.go | 2 +- ...ig_tunnel_vxlan_vxlan_id_peer_responses.go | 2 +- .../operations/post_config_vlan_parameters.go | 2 +- .../operations/post_config_vlan_responses.go | 2 +- ...t_config_vlan_vlan_id_member_parameters.go | 2 +- ...st_config_vlan_vlan_id_member_responses.go | 2 +- api/restapi/server.go | 2 +- api/xlbnlp/nlp.go | 2 +- api/xlbnlp/nlp_linux.go | 4 ++-- cmd/fsmccm/fsmccm.go | 2 +- cmd/fsmxlbc/cmd/create/create.go | 2 +- cmd/fsmxlbc/cmd/create/create_endpoint.go | 2 +- cmd/fsmxlbc/cmd/create/create_fdb.go | 2 +- cmd/fsmxlbc/cmd/create/create_file.go | 2 +- cmd/fsmxlbc/cmd/create/create_firewall.go | 2 +- cmd/fsmxlbc/cmd/create/create_ipaddress.go | 2 +- cmd/fsmxlbc/cmd/create/create_loadbalancer.go | 2 +- cmd/fsmxlbc/cmd/create/create_mirror.go | 2 +- cmd/fsmxlbc/cmd/create/create_neighbor.go | 2 +- cmd/fsmxlbc/cmd/create/create_policy.go | 2 +- cmd/fsmxlbc/cmd/create/create_route.go | 2 +- cmd/fsmxlbc/cmd/create/create_session.go | 2 +- cmd/fsmxlbc/cmd/create/create_sessionulcl.go | 2 +- cmd/fsmxlbc/cmd/create/create_vlan.go | 2 +- cmd/fsmxlbc/cmd/create/create_vlan_member.go | 2 +- cmd/fsmxlbc/cmd/create/create_vxlan.go | 2 +- cmd/fsmxlbc/cmd/create/create_vxlan_peer.go | 2 +- cmd/fsmxlbc/cmd/delete/delete.go | 2 +- cmd/fsmxlbc/cmd/delete/delete_endpoint.go | 2 +- cmd/fsmxlbc/cmd/delete/delete_fdb.go | 2 +- cmd/fsmxlbc/cmd/delete/delete_file.go | 2 +- cmd/fsmxlbc/cmd/delete/delete_firewall.go | 2 +- cmd/fsmxlbc/cmd/delete/delete_ipaddress.go | 2 +- cmd/fsmxlbc/cmd/delete/delete_loadbalancer.go | 2 +- cmd/fsmxlbc/cmd/delete/delete_mirror.go | 2 +- cmd/fsmxlbc/cmd/delete/delete_neighbor.go | 2 +- cmd/fsmxlbc/cmd/delete/delete_policy.go | 2 +- cmd/fsmxlbc/cmd/delete/delete_route.go | 2 +- cmd/fsmxlbc/cmd/delete/delete_session.go | 2 +- cmd/fsmxlbc/cmd/delete/delete_sessionulcl.go | 2 +- cmd/fsmxlbc/cmd/delete/delete_vlan.go | 2 +- cmd/fsmxlbc/cmd/delete/delete_vlan_member.go | 2 +- cmd/fsmxlbc/cmd/delete/delete_vxlan.go | 2 +- cmd/fsmxlbc/cmd/delete/delete_vxlan_peer.go | 2 +- cmd/fsmxlbc/cmd/dump/apply.go | 4 ++-- cmd/fsmxlbc/cmd/dump/apply_create.go | 4 ++-- cmd/fsmxlbc/cmd/dump/save.go | 4 ++-- cmd/fsmxlbc/cmd/get/get.go | 2 +- cmd/fsmxlbc/cmd/get/get_conntrack.go | 2 +- cmd/fsmxlbc/cmd/get/get_endpoint.go | 2 +- cmd/fsmxlbc/cmd/get/get_fdb.go | 2 +- cmd/fsmxlbc/cmd/get/get_firewall.go | 2 +- cmd/fsmxlbc/cmd/get/get_ipaddress.go | 2 +- cmd/fsmxlbc/cmd/get/get_loadbalancer.go | 2 +- cmd/fsmxlbc/cmd/get/get_mirror.go | 2 +- cmd/fsmxlbc/cmd/get/get_neighbor.go | 2 +- cmd/fsmxlbc/cmd/get/get_netlink.go | 2 +- cmd/fsmxlbc/cmd/get/get_param.go | 2 +- cmd/fsmxlbc/cmd/get/get_policy.go | 2 +- cmd/fsmxlbc/cmd/get/get_port.go | 2 +- cmd/fsmxlbc/cmd/get/get_route.go | 2 +- cmd/fsmxlbc/cmd/get/get_session.go | 2 +- cmd/fsmxlbc/cmd/get/get_sessionulcl.go | 2 +- cmd/fsmxlbc/cmd/get/get_status.go | 2 +- cmd/fsmxlbc/cmd/get/get_vlan.go | 2 +- cmd/fsmxlbc/cmd/get/get_vxlan.go | 2 +- cmd/fsmxlbc/cmd/root.go | 14 ++++++------- cmd/fsmxlbc/cmd/set/set.go | 2 +- cmd/fsmxlbc/cmd/set/set_param.go | 2 +- cmd/fsmxlbc/fsmxlbc.go | 2 +- cmd/fsmxlbd/fsmxlbd.go | 6 +++--- dockerfiles/Dockerfile.fsm-os | 2 +- go.mod | 2 +- manifests/fsm-ccm-k3s.yaml | 2 +- manifests/fsm-ccm.yaml | 2 +- pkg/xlbccm/ccm/cloud.go | 8 +++---- pkg/xlbccm/ippool/ippool.go | 2 +- pkg/xlbcli/client.go | 2 +- pkg/xlblib/lib_test.go | 2 +- pkg/xlblib/serviceprobe.go | 2 +- pkg/xlbnet/apiclient.go | 4 ++-- pkg/xlbnet/cluster.go | 6 +++--- pkg/xlbnet/dpbroker.go | 4 ++-- pkg/xlbnet/dpebpf_darwin.go | 2 +- pkg/xlbnet/dpebpf_linux.go | 4 ++-- pkg/xlbnet/gobgpclient.go | 4 ++-- pkg/xlbnet/layer2.go | 4 ++-- pkg/xlbnet/layer3.go | 4 ++-- pkg/xlbnet/mirror.go | 4 ++-- pkg/xlbnet/neighbor.go | 4 ++-- pkg/xlbnet/port.go | 4 ++-- pkg/xlbnet/qospol.go | 4 ++-- pkg/xlbnet/route.go | 4 ++-- pkg/xlbnet/rules.go | 4 ++-- pkg/xlbnet/session.go | 4 ++-- pkg/xlbnet/utils.go | 4 ++-- pkg/xlbnet/vlan.go | 4 ++-- pkg/xlbnet/xlbnet.go | 12 +++++------ pkg/xlbnet/zones.go | 2 +- 209 files changed, 332 insertions(+), 313 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 785bd73..eafc908 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -87,9 +87,9 @@ jobs: needs: version env: VERSION: ${{ needs.version.outputs.version }} - BUILD_DATE_VAR: 'github.com/cybwan/fsmxlb/pkg/version.BuildDate' - BUILD_VERSION_VAR: 'github.com/cybwan/fsmxlb/pkg/version.Version' - BUILD_GITCOMMIT_VAR: 'github.com/cybwan/fsmxlb/pkg/version.GitCommit' + BUILD_DATE_VAR: 'github.com/flomesh-io/fsmxlb/pkg/version.BuildDate' + BUILD_VERSION_VAR: 'github.com/flomesh-io/fsmxlb/pkg/version.Version' + BUILD_GITCOMMIT_VAR: 'github.com/flomesh-io/fsmxlb/pkg/version.GitCommit' strategy: matrix: id: [ "os", "xlb", "ccm" ] diff --git a/Makefile b/Makefile index 1016668..cb74de9 100644 --- a/Makefile +++ b/Makefile @@ -23,9 +23,9 @@ endif VERSION ?= dev BUILD_DATE ?= $$(date +%Y-%m-%d-%H:%M) GIT_SHA=$$(git rev-parse HEAD) -BUILD_DATE_VAR := github.com/cybwan/fsmxlb/pkg/version.BuildDate -BUILD_VERSION_VAR := github.com/cybwan/fsmxlb/pkg/version.Version -BUILD_GITCOMMIT_VAR := github.com/cybwan/fsmxlb/pkg/version.GitCommit +BUILD_DATE_VAR := github.com/flomesh-io/fsmxlb/pkg/version.BuildDate +BUILD_VERSION_VAR := github.com/flomesh-io/fsmxlb/pkg/version.Version +BUILD_GITCOMMIT_VAR := github.com/flomesh-io/fsmxlb/pkg/version.GitCommit GO_LDFLAGS ?= "-X $(BUILD_DATE_VAR)=$(BUILD_DATE) -X $(BUILD_VERSION_VAR)=$(VERSION) -X $(BUILD_GITCOMMIT_VAR)=$(GIT_SHA) -s -w" @@ -39,7 +39,7 @@ depends: @mkdir -p /opt/fsmxlb/cert @cp api/certification/* /opt/fsmxlb/cert/ @if [ ! -f /usr/local/sbin/bpftool ]; then git clone --recurse-submodules https://github.com/libbpf/bpftool.git && cd bpftool/src/ && make clean && make -j $(nproc) && cp -f ./bpftool /usr/local/sbin/bpftool && cd - && rm -fr bpftool; fi - @if [ ! -f /usr/local/sbin/ntc ]; then wget https://github.com/cybwan/iproute2/archive/refs/heads/fsmxlb.zip && unzip fsmxlb.zip && cd iproute2-fsmxlb/libbpf/src/ && mkdir build && DESTDIR=build make install && cd - && cd iproute2-fsmxlb/ && export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:`pwd`/libbpf/src/ && LIBBPF_FORCE=on LIBBPF_DIR=`pwd`/libbpf/src/build ./configure && make && cp -f tc/tc /usr/local/sbin/ntc && cd - && cd iproute2-fsmxlb/libbpf/src/ && make install && cd - && rm -fr fsmxlb.zip iproute2-fsmxlb; fi + @if [ ! -f /usr/local/sbin/ntc ]; then wget https://github.com/flomesh-io/iproute2/archive/refs/heads/fsmxlb.zip && unzip fsmxlb.zip && cd iproute2-fsmxlb/libbpf/src/ && mkdir build && DESTDIR=build make install && cd - && cd iproute2-fsmxlb/ && export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:`pwd`/libbpf/src/ && LIBBPF_FORCE=on LIBBPF_DIR=`pwd`/libbpf/src/build ./configure && make && cp -f tc/tc /usr/local/sbin/ntc && cd - && cd iproute2-fsmxlb/libbpf/src/ && make install && cd - && rm -fr fsmxlb.zip iproute2-fsmxlb; fi @if [ ! -f /usr/lib64/libbpf.so.0.4.0 ]; then cd bpf && make && make install && cd -; fi @if [ ! -f /usr/sbin/gobgp ]; then arch=${shell arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/} && echo https://github.com/osrg/gobgp/releases/download/v3.5.0/gobgp_3.5.0_linux_$${arch}.tar.gz.tar.gz && wget https://github.com/osrg/gobgp/releases/download/v3.5.0/gobgp_3.5.0_linux_$${arch}.tar.gz && tar -xzf gobgp_3.5.0_linux_$${arch}.tar.gz && rm gobgp_3.5.0_linux_$${arch}.tar.gz LICENSE README.md && mv gobgp* /usr/sbin/; fi @if [ ! -f /usr/local/go/bin/go ]; then arch=${shell arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/} && echo https://go.dev/dl/go1.19.linux-$${arch}.tar.gz && wget https://go.dev/dl/go1.19.linux-$${arch}.tar.gz && tar -xzf go1.19.linux-$${arch}.tar.gz --directory /usr/local/ && rm go1.19.linux-$${arch}.tar.gz;echo please export PATH=\$${PATH}:/usr/local/go/bin; fi diff --git a/Makefile.docker b/Makefile.docker index b4974bf..bdea69e 100644 --- a/Makefile.docker +++ b/Makefile.docker @@ -2,7 +2,7 @@ TARGETS := darwin/amd64 darwin/arm64 linux/amd64 linux/arm64 DIST_DIRS := find * -type d -exec -CTR_REGISTRY ?= cybwan +CTR_REGISTRY ?= flomesh-io CTR_TAG ?= latest VERIFY_TAGS ?= false @@ -13,9 +13,9 @@ DOCKER_BUILDX_OUTPUT ?= type=registry VERSION ?= dev BUILD_DATE ?= GIT_SHA=$$(git rev-parse HEAD) -BUILD_DATE_VAR := github.com/cybwan/fsmxlb/pkg/version.BuildDate -BUILD_VERSION_VAR := github.com/cybwan/fsmxlb/pkg/version.Version -BUILD_GITCOMMIT_VAR := github.com/cybwan/fsmxlb/pkg/version.GitCommit +BUILD_DATE_VAR := github.com/flomesh-io/fsmxlb/pkg/version.BuildDate +BUILD_VERSION_VAR := github.com/flomesh-io/fsmxlb/pkg/version.Version +BUILD_GITCOMMIT_VAR := github.com/flomesh-io/fsmxlb/pkg/version.GitCommit DOCKER_GO_VERSION = 1.19 GO_LDFLAGS ?= "-X $(BUILD_DATE_VAR)=$(BUILD_DATE) -X $(BUILD_VERSION_VAR)=$(VERSION) -X $(BUILD_GITCOMMIT_VAR)=$(GIT_SHA) -s -w" diff --git a/README.md b/README.md index b6264e8..93b97e4 100644 --- a/README.md +++ b/README.md @@ -1 +1,20 @@ -## fsmxlb +## How to build? + +```bash +make depends + +make subsys + +make build-cli +``` + +## How to test ? + +```bash +make run +make -f Makefile.standalone test-up +make -f Makefile.standalone test-apply-lb +make -f Makefile.standalone test-down +make stop +``` + diff --git a/api/api.go b/api/api.go index 6d5abc9..2e14760 100644 --- a/api/api.go +++ b/api/api.go @@ -1,12 +1,12 @@ package api import ( - "github.com/cybwan/fsmxlb/api/restapi" - "github.com/cybwan/fsmxlb/api/restapi/handler" - "github.com/cybwan/fsmxlb/api/restapi/operations" - cmn "github.com/cybwan/fsmxlb/pkg/common" - "github.com/cybwan/fsmxlb/pkg/options" - tk "github.com/cybwan/fsmxlb/pkg/xlblib" + "github.com/flomesh-io/fsmxlb/api/restapi" + "github.com/flomesh-io/fsmxlb/api/restapi/handler" + "github.com/flomesh-io/fsmxlb/api/restapi/operations" + cmn "github.com/flomesh-io/fsmxlb/pkg/common" + "github.com/flomesh-io/fsmxlb/pkg/options" + tk "github.com/flomesh-io/fsmxlb/pkg/xlblib" "github.com/go-openapi/loads" flags "github.com/jessevdk/go-flags" "log" diff --git a/api/apiutils/status/status.go b/api/apiutils/status/status.go index 5ef038d..a649241 100644 --- a/api/apiutils/status/status.go +++ b/api/apiutils/status/status.go @@ -22,7 +22,7 @@ import ( "os/exec" "strings" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // ProcessInfoGet- Get Process Status using "top -bn 1" command diff --git a/api/cmd/fsmxlb-rest-api-server/main.go b/api/cmd/fsmxlb-rest-api-server/main.go index c6394dd..c573d7c 100644 --- a/api/cmd/fsmxlb-rest-api-server/main.go +++ b/api/cmd/fsmxlb-rest-api-server/main.go @@ -9,8 +9,8 @@ import ( "github.com/go-openapi/loads" flags "github.com/jessevdk/go-flags" - "github.com/cybwan/fsmxlb/api/restapi" - "github.com/cybwan/fsmxlb/api/restapi/operations" + "github.com/flomesh-io/fsmxlb/api/restapi" + "github.com/flomesh-io/fsmxlb/api/restapi/operations" ) // This file was generated by the swagger tool. diff --git a/api/prometheus/prometheus.go b/api/prometheus/prometheus.go index b9f71e9..be2df4a 100644 --- a/api/prometheus/prometheus.go +++ b/api/prometheus/prometheus.go @@ -21,8 +21,8 @@ import ( "sync" "time" - cmn "github.com/cybwan/fsmxlb/pkg/common" - tk "github.com/cybwan/fsmxlb/pkg/xlblib" + cmn "github.com/flomesh-io/fsmxlb/pkg/common" + tk "github.com/flomesh-io/fsmxlb/pkg/xlblib" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promauto" dto "github.com/prometheus/client_model/go" diff --git a/api/restapi/configure_fsmxlb_rest_api.go b/api/restapi/configure_fsmxlb_rest_api.go index c05d843..e294eee 100644 --- a/api/restapi/configure_fsmxlb_rest_api.go +++ b/api/restapi/configure_fsmxlb_rest_api.go @@ -4,14 +4,14 @@ import ( "crypto/tls" "net/http" - opts "github.com/cybwan/fsmxlb/pkg/options" + opts "github.com/flomesh-io/fsmxlb/pkg/options" "github.com/go-openapi/errors" "github.com/go-openapi/runtime" "github.com/go-openapi/swag" - "github.com/cybwan/fsmxlb/api/restapi/handler" - "github.com/cybwan/fsmxlb/api/restapi/operations" + "github.com/flomesh-io/fsmxlb/api/restapi/handler" + "github.com/flomesh-io/fsmxlb/api/restapi/operations" ) //go:generate swagger generate server --target ../../api --name FsmxlbRestAPI --spec ../swagger.yml --principal interface{} diff --git a/api/restapi/handler/cluster.go b/api/restapi/handler/cluster.go index 80e6bbb..29b2a4f 100644 --- a/api/restapi/handler/cluster.go +++ b/api/restapi/handler/cluster.go @@ -16,10 +16,10 @@ package handler import ( - "github.com/cybwan/fsmxlb/api/models" - "github.com/cybwan/fsmxlb/api/restapi/operations" - cmn "github.com/cybwan/fsmxlb/pkg/common" - tk "github.com/cybwan/fsmxlb/pkg/xlblib" + "github.com/flomesh-io/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/restapi/operations" + cmn "github.com/flomesh-io/fsmxlb/pkg/common" + tk "github.com/flomesh-io/fsmxlb/pkg/xlblib" "github.com/go-openapi/runtime/middleware" "net" ) diff --git a/api/restapi/handler/common.go b/api/restapi/handler/common.go index ea7e48a..8e7ffc6 100644 --- a/api/restapi/handler/common.go +++ b/api/restapi/handler/common.go @@ -18,7 +18,7 @@ package handler import ( "net/http" - cmn "github.com/cybwan/fsmxlb/pkg/common" + cmn "github.com/flomesh-io/fsmxlb/pkg/common" "github.com/go-openapi/runtime" ) diff --git a/api/restapi/handler/conntrack.go b/api/restapi/handler/conntrack.go index 7326858..735f07f 100644 --- a/api/restapi/handler/conntrack.go +++ b/api/restapi/handler/conntrack.go @@ -16,9 +16,9 @@ package handler import ( - "github.com/cybwan/fsmxlb/api/models" - "github.com/cybwan/fsmxlb/api/restapi/operations" - tk "github.com/cybwan/fsmxlb/pkg/xlblib" + "github.com/flomesh-io/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/restapi/operations" + tk "github.com/flomesh-io/fsmxlb/pkg/xlblib" "github.com/go-openapi/runtime/middleware" ) diff --git a/api/restapi/handler/endpoint.go b/api/restapi/handler/endpoint.go index a90f27d..804d166 100644 --- a/api/restapi/handler/endpoint.go +++ b/api/restapi/handler/endpoint.go @@ -16,10 +16,10 @@ package handler import ( - "github.com/cybwan/fsmxlb/api/models" - "github.com/cybwan/fsmxlb/api/restapi/operations" - cmn "github.com/cybwan/fsmxlb/pkg/common" - tk "github.com/cybwan/fsmxlb/pkg/xlblib" + "github.com/flomesh-io/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/restapi/operations" + cmn "github.com/flomesh-io/fsmxlb/pkg/common" + tk "github.com/flomesh-io/fsmxlb/pkg/xlblib" "github.com/go-openapi/runtime/middleware" ) diff --git a/api/restapi/handler/fdb.go b/api/restapi/handler/fdb.go index d4dea8b..1728f94 100644 --- a/api/restapi/handler/fdb.go +++ b/api/restapi/handler/fdb.go @@ -16,10 +16,10 @@ package handler import ( - "github.com/cybwan/fsmxlb/api/models" - "github.com/cybwan/fsmxlb/api/restapi/operations" - "github.com/cybwan/fsmxlb/api/xlbnlp" - tk "github.com/cybwan/fsmxlb/pkg/xlblib" + "github.com/flomesh-io/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/restapi/operations" + "github.com/flomesh-io/fsmxlb/api/xlbnlp" + tk "github.com/flomesh-io/fsmxlb/pkg/xlblib" "github.com/go-openapi/runtime/middleware" ) diff --git a/api/restapi/handler/firewall.go b/api/restapi/handler/firewall.go index d79709d..79497de 100644 --- a/api/restapi/handler/firewall.go +++ b/api/restapi/handler/firewall.go @@ -18,10 +18,10 @@ package handler import ( "fmt" - "github.com/cybwan/fsmxlb/api/models" - "github.com/cybwan/fsmxlb/api/restapi/operations" - cmn "github.com/cybwan/fsmxlb/pkg/common" - tk "github.com/cybwan/fsmxlb/pkg/xlblib" + "github.com/flomesh-io/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/restapi/operations" + cmn "github.com/flomesh-io/fsmxlb/pkg/common" + tk "github.com/flomesh-io/fsmxlb/pkg/xlblib" "github.com/go-openapi/runtime/middleware" ) diff --git a/api/restapi/handler/ipv4address.go b/api/restapi/handler/ipv4address.go index aba62ae..7f6d6db 100644 --- a/api/restapi/handler/ipv4address.go +++ b/api/restapi/handler/ipv4address.go @@ -17,11 +17,11 @@ package handler import ( "fmt" - "github.com/cybwan/fsmxlb/api/xlbnlp" + "github.com/flomesh-io/fsmxlb/api/xlbnlp" - "github.com/cybwan/fsmxlb/api/models" - "github.com/cybwan/fsmxlb/api/restapi/operations" - tk "github.com/cybwan/fsmxlb/pkg/xlblib" + "github.com/flomesh-io/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/restapi/operations" + tk "github.com/flomesh-io/fsmxlb/pkg/xlblib" "github.com/go-openapi/runtime/middleware" ) diff --git a/api/restapi/handler/loadbalancer.go b/api/restapi/handler/loadbalancer.go index 60ad0d4..34f49b0 100644 --- a/api/restapi/handler/loadbalancer.go +++ b/api/restapi/handler/loadbalancer.go @@ -16,10 +16,10 @@ package handler import ( - "github.com/cybwan/fsmxlb/api/models" - "github.com/cybwan/fsmxlb/api/restapi/operations" - cmn "github.com/cybwan/fsmxlb/pkg/common" - tk "github.com/cybwan/fsmxlb/pkg/xlblib" + "github.com/flomesh-io/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/restapi/operations" + cmn "github.com/flomesh-io/fsmxlb/pkg/common" + tk "github.com/flomesh-io/fsmxlb/pkg/xlblib" "github.com/go-openapi/runtime/middleware" ) diff --git a/api/restapi/handler/mirror.go b/api/restapi/handler/mirror.go index b946632..2dec359 100644 --- a/api/restapi/handler/mirror.go +++ b/api/restapi/handler/mirror.go @@ -18,10 +18,10 @@ package handler import ( "net" - "github.com/cybwan/fsmxlb/api/models" - "github.com/cybwan/fsmxlb/api/restapi/operations" - cmn "github.com/cybwan/fsmxlb/pkg/common" - tk "github.com/cybwan/fsmxlb/pkg/xlblib" + "github.com/flomesh-io/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/restapi/operations" + cmn "github.com/flomesh-io/fsmxlb/pkg/common" + tk "github.com/flomesh-io/fsmxlb/pkg/xlblib" "github.com/go-openapi/runtime/middleware" ) diff --git a/api/restapi/handler/neighbor.go b/api/restapi/handler/neighbor.go index 7022722..b7e7276 100644 --- a/api/restapi/handler/neighbor.go +++ b/api/restapi/handler/neighbor.go @@ -16,11 +16,11 @@ package handler import ( - "github.com/cybwan/fsmxlb/api/models" - "github.com/cybwan/fsmxlb/api/xlbnlp" + "github.com/flomesh-io/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/xlbnlp" - "github.com/cybwan/fsmxlb/api/restapi/operations" - tk "github.com/cybwan/fsmxlb/pkg/xlblib" + "github.com/flomesh-io/fsmxlb/api/restapi/operations" + tk "github.com/flomesh-io/fsmxlb/pkg/xlblib" "github.com/go-openapi/runtime/middleware" ) diff --git a/api/restapi/handler/params.go b/api/restapi/handler/params.go index 76b84e8..78357f5 100644 --- a/api/restapi/handler/params.go +++ b/api/restapi/handler/params.go @@ -16,10 +16,10 @@ package handler import ( - "github.com/cybwan/fsmxlb/api/models" - "github.com/cybwan/fsmxlb/api/restapi/operations" - cmn "github.com/cybwan/fsmxlb/pkg/common" - tk "github.com/cybwan/fsmxlb/pkg/xlblib" + "github.com/flomesh-io/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/restapi/operations" + cmn "github.com/flomesh-io/fsmxlb/pkg/common" + tk "github.com/flomesh-io/fsmxlb/pkg/xlblib" "github.com/go-openapi/runtime/middleware" ) diff --git a/api/restapi/handler/policy.go b/api/restapi/handler/policy.go index c513366..2d8c0bf 100644 --- a/api/restapi/handler/policy.go +++ b/api/restapi/handler/policy.go @@ -16,10 +16,10 @@ package handler import ( - "github.com/cybwan/fsmxlb/api/models" - "github.com/cybwan/fsmxlb/api/restapi/operations" - cmn "github.com/cybwan/fsmxlb/pkg/common" - tk "github.com/cybwan/fsmxlb/pkg/xlblib" + "github.com/flomesh-io/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/restapi/operations" + cmn "github.com/flomesh-io/fsmxlb/pkg/common" + tk "github.com/flomesh-io/fsmxlb/pkg/xlblib" "github.com/go-openapi/runtime/middleware" ) diff --git a/api/restapi/handler/port.go b/api/restapi/handler/port.go index 818eee9..68d688a 100644 --- a/api/restapi/handler/port.go +++ b/api/restapi/handler/port.go @@ -16,9 +16,9 @@ package handler import ( - "github.com/cybwan/fsmxlb/api/models" - "github.com/cybwan/fsmxlb/api/restapi/operations" - tk "github.com/cybwan/fsmxlb/pkg/xlblib" + "github.com/flomesh-io/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/restapi/operations" + tk "github.com/flomesh-io/fsmxlb/pkg/xlblib" "github.com/go-openapi/runtime/middleware" ) diff --git a/api/restapi/handler/prometheus.go b/api/restapi/handler/prometheus.go index b7f7260..3756753 100644 --- a/api/restapi/handler/prometheus.go +++ b/api/restapi/handler/prometheus.go @@ -18,9 +18,9 @@ package handler import ( "net/http" - "github.com/cybwan/fsmxlb/api/restapi/operations" - "github.com/cybwan/fsmxlb/pkg/options" - tk "github.com/cybwan/fsmxlb/pkg/xlblib" + "github.com/flomesh-io/fsmxlb/api/restapi/operations" + "github.com/flomesh-io/fsmxlb/pkg/options" + tk "github.com/flomesh-io/fsmxlb/pkg/xlblib" "github.com/go-openapi/runtime" "github.com/go-openapi/runtime/middleware" "github.com/prometheus/client_golang/prometheus/promhttp" diff --git a/api/restapi/handler/route.go b/api/restapi/handler/route.go index 8202003..d5b62cf 100644 --- a/api/restapi/handler/route.go +++ b/api/restapi/handler/route.go @@ -17,12 +17,12 @@ package handler import ( "fmt" - "github.com/cybwan/fsmxlb/api/xlbnlp" + "github.com/flomesh-io/fsmxlb/api/xlbnlp" "strings" - "github.com/cybwan/fsmxlb/api/models" - "github.com/cybwan/fsmxlb/api/restapi/operations" - tk "github.com/cybwan/fsmxlb/pkg/xlblib" + "github.com/flomesh-io/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/restapi/operations" + tk "github.com/flomesh-io/fsmxlb/pkg/xlblib" "github.com/go-openapi/runtime/middleware" ) diff --git a/api/restapi/handler/session.go b/api/restapi/handler/session.go index f831032..6b8e66f 100644 --- a/api/restapi/handler/session.go +++ b/api/restapi/handler/session.go @@ -18,11 +18,11 @@ package handler import ( "net" - "github.com/cybwan/fsmxlb/api/models" - "github.com/cybwan/fsmxlb/api/restapi/operations" - cmn "github.com/cybwan/fsmxlb/pkg/common" + "github.com/flomesh-io/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/restapi/operations" + cmn "github.com/flomesh-io/fsmxlb/pkg/common" - tk "github.com/cybwan/fsmxlb/pkg/xlblib" + tk "github.com/flomesh-io/fsmxlb/pkg/xlblib" "github.com/go-openapi/runtime/middleware" ) diff --git a/api/restapi/handler/status.go b/api/restapi/handler/status.go index c67a1cc..bf8f166 100644 --- a/api/restapi/handler/status.go +++ b/api/restapi/handler/status.go @@ -16,9 +16,9 @@ package handler import ( - "github.com/cybwan/fsmxlb/api/apiutils/status" - "github.com/cybwan/fsmxlb/api/restapi/operations" - tk "github.com/cybwan/fsmxlb/pkg/xlblib" + "github.com/flomesh-io/fsmxlb/api/apiutils/status" + "github.com/flomesh-io/fsmxlb/api/restapi/operations" + tk "github.com/flomesh-io/fsmxlb/pkg/xlblib" "github.com/go-openapi/runtime/middleware" ) diff --git a/api/restapi/handler/vlan.go b/api/restapi/handler/vlan.go index f6ef572..2bb7db4 100644 --- a/api/restapi/handler/vlan.go +++ b/api/restapi/handler/vlan.go @@ -16,10 +16,10 @@ package handler import ( - "github.com/cybwan/fsmxlb/api/models" - "github.com/cybwan/fsmxlb/api/restapi/operations" - "github.com/cybwan/fsmxlb/api/xlbnlp" - tk "github.com/cybwan/fsmxlb/pkg/xlblib" + "github.com/flomesh-io/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/restapi/operations" + "github.com/flomesh-io/fsmxlb/api/xlbnlp" + tk "github.com/flomesh-io/fsmxlb/pkg/xlblib" "github.com/go-openapi/runtime/middleware" ) diff --git a/api/restapi/handler/vxlan.go b/api/restapi/handler/vxlan.go index 411c902..69a55fb 100644 --- a/api/restapi/handler/vxlan.go +++ b/api/restapi/handler/vxlan.go @@ -16,10 +16,10 @@ package handler import ( - "github.com/cybwan/fsmxlb/api/models" - "github.com/cybwan/fsmxlb/api/restapi/operations" - "github.com/cybwan/fsmxlb/api/xlbnlp" - tk "github.com/cybwan/fsmxlb/pkg/xlblib" + "github.com/flomesh-io/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/restapi/operations" + "github.com/flomesh-io/fsmxlb/api/xlbnlp" + tk "github.com/flomesh-io/fsmxlb/pkg/xlblib" "github.com/go-openapi/runtime/middleware" ) diff --git a/api/restapi/operations/delete_config_endpoint_epipaddress_ip_address_responses.go b/api/restapi/operations/delete_config_endpoint_epipaddress_ip_address_responses.go index 4f3e6f1..18da9ca 100644 --- a/api/restapi/operations/delete_config_endpoint_epipaddress_ip_address_responses.go +++ b/api/restapi/operations/delete_config_endpoint_epipaddress_ip_address_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // DeleteConfigEndpointEpipaddressIPAddressNoContentCode is the HTTP code returned for type DeleteConfigEndpointEpipaddressIPAddressNoContent diff --git a/api/restapi/operations/delete_config_fdb_mac_address_dev_if_name_responses.go b/api/restapi/operations/delete_config_fdb_mac_address_dev_if_name_responses.go index fb83d5b..c8397a4 100644 --- a/api/restapi/operations/delete_config_fdb_mac_address_dev_if_name_responses.go +++ b/api/restapi/operations/delete_config_fdb_mac_address_dev_if_name_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // DeleteConfigFdbMacAddressDevIfNameNoContentCode is the HTTP code returned for type DeleteConfigFdbMacAddressDevIfNameNoContent diff --git a/api/restapi/operations/delete_config_firewall_responses.go b/api/restapi/operations/delete_config_firewall_responses.go index 8449115..d001032 100644 --- a/api/restapi/operations/delete_config_firewall_responses.go +++ b/api/restapi/operations/delete_config_firewall_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // DeleteConfigFirewallNoContentCode is the HTTP code returned for type DeleteConfigFirewallNoContent diff --git a/api/restapi/operations/delete_config_ipv4address_ip_address_mask_dev_if_name_responses.go b/api/restapi/operations/delete_config_ipv4address_ip_address_mask_dev_if_name_responses.go index d2de2ee..a2fce6a 100644 --- a/api/restapi/operations/delete_config_ipv4address_ip_address_mask_dev_if_name_responses.go +++ b/api/restapi/operations/delete_config_ipv4address_ip_address_mask_dev_if_name_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // DeleteConfigIpv4addressIPAddressMaskDevIfNameNoContentCode is the HTTP code returned for type DeleteConfigIpv4addressIPAddressMaskDevIfNameNoContent diff --git a/api/restapi/operations/delete_config_loadbalancer_all_responses.go b/api/restapi/operations/delete_config_loadbalancer_all_responses.go index 09ec320..7fe9849 100644 --- a/api/restapi/operations/delete_config_loadbalancer_all_responses.go +++ b/api/restapi/operations/delete_config_loadbalancer_all_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // DeleteConfigLoadbalancerAllNoContentCode is the HTTP code returned for type DeleteConfigLoadbalancerAllNoContent diff --git a/api/restapi/operations/delete_config_loadbalancer_externalipaddress_ip_address_port_port_protocol_proto_responses.go b/api/restapi/operations/delete_config_loadbalancer_externalipaddress_ip_address_port_port_protocol_proto_responses.go index aa80295..49223ea 100644 --- a/api/restapi/operations/delete_config_loadbalancer_externalipaddress_ip_address_port_port_protocol_proto_responses.go +++ b/api/restapi/operations/delete_config_loadbalancer_externalipaddress_ip_address_port_port_protocol_proto_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // DeleteConfigLoadbalancerExternalipaddressIPAddressPortPortProtocolProtoNoContentCode is the HTTP code returned for type DeleteConfigLoadbalancerExternalipaddressIPAddressPortPortProtocolProtoNoContent diff --git a/api/restapi/operations/delete_config_mirror_ident_ident_responses.go b/api/restapi/operations/delete_config_mirror_ident_ident_responses.go index 566afc6..460dcec 100644 --- a/api/restapi/operations/delete_config_mirror_ident_ident_responses.go +++ b/api/restapi/operations/delete_config_mirror_ident_ident_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // DeleteConfigMirrorIdentIdentNoContentCode is the HTTP code returned for type DeleteConfigMirrorIdentIdentNoContent diff --git a/api/restapi/operations/delete_config_neighbor_ip_address_dev_if_name_responses.go b/api/restapi/operations/delete_config_neighbor_ip_address_dev_if_name_responses.go index fe4087e..ffda26c 100644 --- a/api/restapi/operations/delete_config_neighbor_ip_address_dev_if_name_responses.go +++ b/api/restapi/operations/delete_config_neighbor_ip_address_dev_if_name_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // DeleteConfigNeighborIPAddressDevIfNameNoContentCode is the HTTP code returned for type DeleteConfigNeighborIPAddressDevIfNameNoContent diff --git a/api/restapi/operations/delete_config_policy_ident_ident_responses.go b/api/restapi/operations/delete_config_policy_ident_ident_responses.go index 7b627c9..500ef4d 100644 --- a/api/restapi/operations/delete_config_policy_ident_ident_responses.go +++ b/api/restapi/operations/delete_config_policy_ident_ident_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // DeleteConfigPolicyIdentIdentNoContentCode is the HTTP code returned for type DeleteConfigPolicyIdentIdentNoContent diff --git a/api/restapi/operations/delete_config_route_destination_ip_net_ip_address_mask_responses.go b/api/restapi/operations/delete_config_route_destination_ip_net_ip_address_mask_responses.go index 6dadca3..515b642 100644 --- a/api/restapi/operations/delete_config_route_destination_ip_net_ip_address_mask_responses.go +++ b/api/restapi/operations/delete_config_route_destination_ip_net_ip_address_mask_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // DeleteConfigRouteDestinationIPNetIPAddressMaskNoContentCode is the HTTP code returned for type DeleteConfigRouteDestinationIPNetIPAddressMaskNoContent diff --git a/api/restapi/operations/delete_config_session_ident_ident_responses.go b/api/restapi/operations/delete_config_session_ident_ident_responses.go index df147f5..bea254c 100644 --- a/api/restapi/operations/delete_config_session_ident_ident_responses.go +++ b/api/restapi/operations/delete_config_session_ident_ident_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // DeleteConfigSessionIdentIdentNoContentCode is the HTTP code returned for type DeleteConfigSessionIdentIdentNoContent diff --git a/api/restapi/operations/delete_config_sessionulcl_ident_ident_ulcl_address_ip_address_responses.go b/api/restapi/operations/delete_config_sessionulcl_ident_ident_ulcl_address_ip_address_responses.go index 0b65413..6eb2da9 100644 --- a/api/restapi/operations/delete_config_sessionulcl_ident_ident_ulcl_address_ip_address_responses.go +++ b/api/restapi/operations/delete_config_sessionulcl_ident_ident_ulcl_address_ip_address_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // DeleteConfigSessionulclIdentIdentUlclAddressIPAddressNoContentCode is the HTTP code returned for type DeleteConfigSessionulclIdentIdentUlclAddressIPAddressNoContent diff --git a/api/restapi/operations/delete_config_tunnel_vxlan_vxlan_id_peer_peer_ip_responses.go b/api/restapi/operations/delete_config_tunnel_vxlan_vxlan_id_peer_peer_ip_responses.go index 4175486..cf704ed 100644 --- a/api/restapi/operations/delete_config_tunnel_vxlan_vxlan_id_peer_peer_ip_responses.go +++ b/api/restapi/operations/delete_config_tunnel_vxlan_vxlan_id_peer_peer_ip_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // DeleteConfigTunnelVxlanVxlanIDPeerPeerIPOKCode is the HTTP code returned for type DeleteConfigTunnelVxlanVxlanIDPeerPeerIPOK diff --git a/api/restapi/operations/delete_config_tunnel_vxlan_vxlan_id_responses.go b/api/restapi/operations/delete_config_tunnel_vxlan_vxlan_id_responses.go index 403f7d2..0795b8a 100644 --- a/api/restapi/operations/delete_config_tunnel_vxlan_vxlan_id_responses.go +++ b/api/restapi/operations/delete_config_tunnel_vxlan_vxlan_id_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // DeleteConfigTunnelVxlanVxlanIDNoContentCode is the HTTP code returned for type DeleteConfigTunnelVxlanVxlanIDNoContent diff --git a/api/restapi/operations/delete_config_vlan_vlan_id_member_if_name_tagged_tagged_responses.go b/api/restapi/operations/delete_config_vlan_vlan_id_member_if_name_tagged_tagged_responses.go index 249056a..ce6ee29 100644 --- a/api/restapi/operations/delete_config_vlan_vlan_id_member_if_name_tagged_tagged_responses.go +++ b/api/restapi/operations/delete_config_vlan_vlan_id_member_if_name_tagged_tagged_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // DeleteConfigVlanVlanIDMemberIfNameTaggedTaggedNoContentCode is the HTTP code returned for type DeleteConfigVlanVlanIDMemberIfNameTaggedTaggedNoContent diff --git a/api/restapi/operations/delete_config_vlan_vlan_id_responses.go b/api/restapi/operations/delete_config_vlan_vlan_id_responses.go index f31ee49..11e8b40 100644 --- a/api/restapi/operations/delete_config_vlan_vlan_id_responses.go +++ b/api/restapi/operations/delete_config_vlan_vlan_id_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // DeleteConfigVlanVlanIDNoContentCode is the HTTP code returned for type DeleteConfigVlanVlanIDNoContent diff --git a/api/restapi/operations/get_config_cistate_all.go b/api/restapi/operations/get_config_cistate_all.go index 4569fc0..5fd8bab 100644 --- a/api/restapi/operations/get_config_cistate_all.go +++ b/api/restapi/operations/get_config_cistate_all.go @@ -15,7 +15,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // GetConfigCistateAllHandlerFunc turns a function with the right signature into a get config cistate all handler diff --git a/api/restapi/operations/get_config_cistate_all_responses.go b/api/restapi/operations/get_config_cistate_all_responses.go index e6e9562..1d3c65d 100644 --- a/api/restapi/operations/get_config_cistate_all_responses.go +++ b/api/restapi/operations/get_config_cistate_all_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // GetConfigCistateAllOKCode is the HTTP code returned for type GetConfigCistateAllOK diff --git a/api/restapi/operations/get_config_conntrack_all.go b/api/restapi/operations/get_config_conntrack_all.go index a0e985f..6127ea2 100644 --- a/api/restapi/operations/get_config_conntrack_all.go +++ b/api/restapi/operations/get_config_conntrack_all.go @@ -15,7 +15,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // GetConfigConntrackAllHandlerFunc turns a function with the right signature into a get config conntrack all handler diff --git a/api/restapi/operations/get_config_conntrack_all_responses.go b/api/restapi/operations/get_config_conntrack_all_responses.go index d469150..5384a20 100644 --- a/api/restapi/operations/get_config_conntrack_all_responses.go +++ b/api/restapi/operations/get_config_conntrack_all_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // GetConfigConntrackAllOKCode is the HTTP code returned for type GetConfigConntrackAllOK diff --git a/api/restapi/operations/get_config_endpoint_all.go b/api/restapi/operations/get_config_endpoint_all.go index 2656276..ee354bb 100644 --- a/api/restapi/operations/get_config_endpoint_all.go +++ b/api/restapi/operations/get_config_endpoint_all.go @@ -15,7 +15,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // GetConfigEndpointAllHandlerFunc turns a function with the right signature into a get config endpoint all handler diff --git a/api/restapi/operations/get_config_endpoint_all_responses.go b/api/restapi/operations/get_config_endpoint_all_responses.go index 006b585..6dbb3d7 100644 --- a/api/restapi/operations/get_config_endpoint_all_responses.go +++ b/api/restapi/operations/get_config_endpoint_all_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // GetConfigEndpointAllOKCode is the HTTP code returned for type GetConfigEndpointAllOK diff --git a/api/restapi/operations/get_config_fdb_all.go b/api/restapi/operations/get_config_fdb_all.go index 530b3fb..e7c0d5e 100644 --- a/api/restapi/operations/get_config_fdb_all.go +++ b/api/restapi/operations/get_config_fdb_all.go @@ -15,7 +15,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // GetConfigFdbAllHandlerFunc turns a function with the right signature into a get config fdb all handler diff --git a/api/restapi/operations/get_config_fdb_all_responses.go b/api/restapi/operations/get_config_fdb_all_responses.go index daabd9b..85c04c3 100644 --- a/api/restapi/operations/get_config_fdb_all_responses.go +++ b/api/restapi/operations/get_config_fdb_all_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // GetConfigFdbAllOKCode is the HTTP code returned for type GetConfigFdbAllOK diff --git a/api/restapi/operations/get_config_firewall_all.go b/api/restapi/operations/get_config_firewall_all.go index 406ae51..072d12c 100644 --- a/api/restapi/operations/get_config_firewall_all.go +++ b/api/restapi/operations/get_config_firewall_all.go @@ -15,7 +15,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // GetConfigFirewallAllHandlerFunc turns a function with the right signature into a get config firewall all handler diff --git a/api/restapi/operations/get_config_firewall_all_responses.go b/api/restapi/operations/get_config_firewall_all_responses.go index 60dc5b6..595397d 100644 --- a/api/restapi/operations/get_config_firewall_all_responses.go +++ b/api/restapi/operations/get_config_firewall_all_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // GetConfigFirewallAllOKCode is the HTTP code returned for type GetConfigFirewallAllOK diff --git a/api/restapi/operations/get_config_ipv4address_all.go b/api/restapi/operations/get_config_ipv4address_all.go index 7d18805..b4f4ec2 100644 --- a/api/restapi/operations/get_config_ipv4address_all.go +++ b/api/restapi/operations/get_config_ipv4address_all.go @@ -15,7 +15,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // GetConfigIpv4addressAllHandlerFunc turns a function with the right signature into a get config ipv4address all handler diff --git a/api/restapi/operations/get_config_ipv4address_all_responses.go b/api/restapi/operations/get_config_ipv4address_all_responses.go index 7743934..3e835a7 100644 --- a/api/restapi/operations/get_config_ipv4address_all_responses.go +++ b/api/restapi/operations/get_config_ipv4address_all_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // GetConfigIpv4addressAllOKCode is the HTTP code returned for type GetConfigIpv4addressAllOK diff --git a/api/restapi/operations/get_config_loadbalancer_all.go b/api/restapi/operations/get_config_loadbalancer_all.go index 81be7aa..9aad949 100644 --- a/api/restapi/operations/get_config_loadbalancer_all.go +++ b/api/restapi/operations/get_config_loadbalancer_all.go @@ -15,7 +15,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // GetConfigLoadbalancerAllHandlerFunc turns a function with the right signature into a get config loadbalancer all handler diff --git a/api/restapi/operations/get_config_loadbalancer_all_responses.go b/api/restapi/operations/get_config_loadbalancer_all_responses.go index e6bfeee..0fa8364 100644 --- a/api/restapi/operations/get_config_loadbalancer_all_responses.go +++ b/api/restapi/operations/get_config_loadbalancer_all_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // GetConfigLoadbalancerAllOKCode is the HTTP code returned for type GetConfigLoadbalancerAllOK diff --git a/api/restapi/operations/get_config_mirror_all.go b/api/restapi/operations/get_config_mirror_all.go index 5be39dc..91fd833 100644 --- a/api/restapi/operations/get_config_mirror_all.go +++ b/api/restapi/operations/get_config_mirror_all.go @@ -15,7 +15,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // GetConfigMirrorAllHandlerFunc turns a function with the right signature into a get config mirror all handler diff --git a/api/restapi/operations/get_config_mirror_all_responses.go b/api/restapi/operations/get_config_mirror_all_responses.go index dd5557e..7820b5c 100644 --- a/api/restapi/operations/get_config_mirror_all_responses.go +++ b/api/restapi/operations/get_config_mirror_all_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // GetConfigMirrorAllOKCode is the HTTP code returned for type GetConfigMirrorAllOK diff --git a/api/restapi/operations/get_config_neighbor_all.go b/api/restapi/operations/get_config_neighbor_all.go index 6bcd670..5cc5d4e 100644 --- a/api/restapi/operations/get_config_neighbor_all.go +++ b/api/restapi/operations/get_config_neighbor_all.go @@ -15,7 +15,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // GetConfigNeighborAllHandlerFunc turns a function with the right signature into a get config neighbor all handler diff --git a/api/restapi/operations/get_config_neighbor_all_responses.go b/api/restapi/operations/get_config_neighbor_all_responses.go index 231984b..deea0d1 100644 --- a/api/restapi/operations/get_config_neighbor_all_responses.go +++ b/api/restapi/operations/get_config_neighbor_all_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // GetConfigNeighborAllOKCode is the HTTP code returned for type GetConfigNeighborAllOK diff --git a/api/restapi/operations/get_config_params_responses.go b/api/restapi/operations/get_config_params_responses.go index 4cfe4f5..9b45b84 100644 --- a/api/restapi/operations/get_config_params_responses.go +++ b/api/restapi/operations/get_config_params_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // GetConfigParamsOKCode is the HTTP code returned for type GetConfigParamsOK diff --git a/api/restapi/operations/get_config_policy_all.go b/api/restapi/operations/get_config_policy_all.go index 96bc942..bb69051 100644 --- a/api/restapi/operations/get_config_policy_all.go +++ b/api/restapi/operations/get_config_policy_all.go @@ -15,7 +15,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // GetConfigPolicyAllHandlerFunc turns a function with the right signature into a get config policy all handler diff --git a/api/restapi/operations/get_config_policy_all_responses.go b/api/restapi/operations/get_config_policy_all_responses.go index b450e3c..514b50b 100644 --- a/api/restapi/operations/get_config_policy_all_responses.go +++ b/api/restapi/operations/get_config_policy_all_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // GetConfigPolicyAllOKCode is the HTTP code returned for type GetConfigPolicyAllOK diff --git a/api/restapi/operations/get_config_port_all.go b/api/restapi/operations/get_config_port_all.go index 0ea0dfb..82d2f70 100644 --- a/api/restapi/operations/get_config_port_all.go +++ b/api/restapi/operations/get_config_port_all.go @@ -15,7 +15,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // GetConfigPortAllHandlerFunc turns a function with the right signature into a get config port all handler diff --git a/api/restapi/operations/get_config_port_all_responses.go b/api/restapi/operations/get_config_port_all_responses.go index bea04d0..372ddb8 100644 --- a/api/restapi/operations/get_config_port_all_responses.go +++ b/api/restapi/operations/get_config_port_all_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // GetConfigPortAllOKCode is the HTTP code returned for type GetConfigPortAllOK diff --git a/api/restapi/operations/get_config_route_all.go b/api/restapi/operations/get_config_route_all.go index 5a670ef..7b7b4ea 100644 --- a/api/restapi/operations/get_config_route_all.go +++ b/api/restapi/operations/get_config_route_all.go @@ -15,7 +15,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // GetConfigRouteAllHandlerFunc turns a function with the right signature into a get config route all handler diff --git a/api/restapi/operations/get_config_route_all_responses.go b/api/restapi/operations/get_config_route_all_responses.go index 2ef7454..b8ef666 100644 --- a/api/restapi/operations/get_config_route_all_responses.go +++ b/api/restapi/operations/get_config_route_all_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // GetConfigRouteAllOKCode is the HTTP code returned for type GetConfigRouteAllOK diff --git a/api/restapi/operations/get_config_session_all.go b/api/restapi/operations/get_config_session_all.go index 80af690..711c17d 100644 --- a/api/restapi/operations/get_config_session_all.go +++ b/api/restapi/operations/get_config_session_all.go @@ -15,7 +15,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // GetConfigSessionAllHandlerFunc turns a function with the right signature into a get config session all handler diff --git a/api/restapi/operations/get_config_session_all_responses.go b/api/restapi/operations/get_config_session_all_responses.go index d20cfce..eafc163 100644 --- a/api/restapi/operations/get_config_session_all_responses.go +++ b/api/restapi/operations/get_config_session_all_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // GetConfigSessionAllOKCode is the HTTP code returned for type GetConfigSessionAllOK diff --git a/api/restapi/operations/get_config_sessionulcl_all.go b/api/restapi/operations/get_config_sessionulcl_all.go index af1c8ee..3c2a68c 100644 --- a/api/restapi/operations/get_config_sessionulcl_all.go +++ b/api/restapi/operations/get_config_sessionulcl_all.go @@ -15,7 +15,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // GetConfigSessionulclAllHandlerFunc turns a function with the right signature into a get config sessionulcl all handler diff --git a/api/restapi/operations/get_config_sessionulcl_all_responses.go b/api/restapi/operations/get_config_sessionulcl_all_responses.go index d7eb3bc..d869365 100644 --- a/api/restapi/operations/get_config_sessionulcl_all_responses.go +++ b/api/restapi/operations/get_config_sessionulcl_all_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // GetConfigSessionulclAllOKCode is the HTTP code returned for type GetConfigSessionulclAllOK diff --git a/api/restapi/operations/get_config_tunnel_vxlan_all.go b/api/restapi/operations/get_config_tunnel_vxlan_all.go index 57cd905..a4521d4 100644 --- a/api/restapi/operations/get_config_tunnel_vxlan_all.go +++ b/api/restapi/operations/get_config_tunnel_vxlan_all.go @@ -15,7 +15,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // GetConfigTunnelVxlanAllHandlerFunc turns a function with the right signature into a get config tunnel vxlan all handler diff --git a/api/restapi/operations/get_config_tunnel_vxlan_all_responses.go b/api/restapi/operations/get_config_tunnel_vxlan_all_responses.go index f0955c5..9479685 100644 --- a/api/restapi/operations/get_config_tunnel_vxlan_all_responses.go +++ b/api/restapi/operations/get_config_tunnel_vxlan_all_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // GetConfigTunnelVxlanAllOKCode is the HTTP code returned for type GetConfigTunnelVxlanAllOK diff --git a/api/restapi/operations/get_config_vlan_all.go b/api/restapi/operations/get_config_vlan_all.go index 1612d52..ecbf722 100644 --- a/api/restapi/operations/get_config_vlan_all.go +++ b/api/restapi/operations/get_config_vlan_all.go @@ -15,7 +15,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // GetConfigVlanAllHandlerFunc turns a function with the right signature into a get config vlan all handler diff --git a/api/restapi/operations/get_config_vlan_all_responses.go b/api/restapi/operations/get_config_vlan_all_responses.go index 7cf3b86..5d2aa1f 100644 --- a/api/restapi/operations/get_config_vlan_all_responses.go +++ b/api/restapi/operations/get_config_vlan_all_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // GetConfigVlanAllOKCode is the HTTP code returned for type GetConfigVlanAllOK diff --git a/api/restapi/operations/get_status_device_responses.go b/api/restapi/operations/get_status_device_responses.go index 307cde8..1050af9 100644 --- a/api/restapi/operations/get_status_device_responses.go +++ b/api/restapi/operations/get_status_device_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // GetStatusDeviceOKCode is the HTTP code returned for type GetStatusDeviceOK diff --git a/api/restapi/operations/get_status_filesystem.go b/api/restapi/operations/get_status_filesystem.go index 5548ec4..9e99337 100644 --- a/api/restapi/operations/get_status_filesystem.go +++ b/api/restapi/operations/get_status_filesystem.go @@ -15,7 +15,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // GetStatusFilesystemHandlerFunc turns a function with the right signature into a get status filesystem handler diff --git a/api/restapi/operations/get_status_filesystem_responses.go b/api/restapi/operations/get_status_filesystem_responses.go index 2656cdc..9895db2 100644 --- a/api/restapi/operations/get_status_filesystem_responses.go +++ b/api/restapi/operations/get_status_filesystem_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // GetStatusFilesystemOKCode is the HTTP code returned for type GetStatusFilesystemOK diff --git a/api/restapi/operations/get_status_process.go b/api/restapi/operations/get_status_process.go index a711da2..534aaaf 100644 --- a/api/restapi/operations/get_status_process.go +++ b/api/restapi/operations/get_status_process.go @@ -15,7 +15,7 @@ import ( "github.com/go-openapi/strfmt" "github.com/go-openapi/swag" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // GetStatusProcessHandlerFunc turns a function with the right signature into a get status process handler diff --git a/api/restapi/operations/get_status_process_responses.go b/api/restapi/operations/get_status_process_responses.go index 2bb4dee..3414a72 100644 --- a/api/restapi/operations/get_status_process_responses.go +++ b/api/restapi/operations/get_status_process_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // GetStatusProcessOKCode is the HTTP code returned for type GetStatusProcessOK diff --git a/api/restapi/operations/post_config_cistate_parameters.go b/api/restapi/operations/post_config_cistate_parameters.go index f6ce900..0ca5d73 100644 --- a/api/restapi/operations/post_config_cistate_parameters.go +++ b/api/restapi/operations/post_config_cistate_parameters.go @@ -14,7 +14,7 @@ import ( "github.com/go-openapi/runtime/middleware" "github.com/go-openapi/validate" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // NewPostConfigCistateParams creates a new PostConfigCistateParams object diff --git a/api/restapi/operations/post_config_cistate_responses.go b/api/restapi/operations/post_config_cistate_responses.go index f256a7d..9a255ec 100644 --- a/api/restapi/operations/post_config_cistate_responses.go +++ b/api/restapi/operations/post_config_cistate_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // PostConfigCistateNoContentCode is the HTTP code returned for type PostConfigCistateNoContent diff --git a/api/restapi/operations/post_config_endpoint_parameters.go b/api/restapi/operations/post_config_endpoint_parameters.go index 24685d6..750f25b 100644 --- a/api/restapi/operations/post_config_endpoint_parameters.go +++ b/api/restapi/operations/post_config_endpoint_parameters.go @@ -14,7 +14,7 @@ import ( "github.com/go-openapi/runtime/middleware" "github.com/go-openapi/validate" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // NewPostConfigEndpointParams creates a new PostConfigEndpointParams object diff --git a/api/restapi/operations/post_config_endpoint_responses.go b/api/restapi/operations/post_config_endpoint_responses.go index 88ce9a1..890e7b6 100644 --- a/api/restapi/operations/post_config_endpoint_responses.go +++ b/api/restapi/operations/post_config_endpoint_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // PostConfigEndpointNoContentCode is the HTTP code returned for type PostConfigEndpointNoContent diff --git a/api/restapi/operations/post_config_fdb_parameters.go b/api/restapi/operations/post_config_fdb_parameters.go index d953779..59a0b87 100644 --- a/api/restapi/operations/post_config_fdb_parameters.go +++ b/api/restapi/operations/post_config_fdb_parameters.go @@ -14,7 +14,7 @@ import ( "github.com/go-openapi/runtime/middleware" "github.com/go-openapi/validate" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // NewPostConfigFdbParams creates a new PostConfigFdbParams object diff --git a/api/restapi/operations/post_config_fdb_responses.go b/api/restapi/operations/post_config_fdb_responses.go index 72c052c..d6666f1 100644 --- a/api/restapi/operations/post_config_fdb_responses.go +++ b/api/restapi/operations/post_config_fdb_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // PostConfigFdbNoContentCode is the HTTP code returned for type PostConfigFdbNoContent diff --git a/api/restapi/operations/post_config_firewall_parameters.go b/api/restapi/operations/post_config_firewall_parameters.go index 0cffae4..ab5c9e1 100644 --- a/api/restapi/operations/post_config_firewall_parameters.go +++ b/api/restapi/operations/post_config_firewall_parameters.go @@ -14,7 +14,7 @@ import ( "github.com/go-openapi/runtime/middleware" "github.com/go-openapi/validate" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // NewPostConfigFirewallParams creates a new PostConfigFirewallParams object diff --git a/api/restapi/operations/post_config_firewall_responses.go b/api/restapi/operations/post_config_firewall_responses.go index f685d4b..5f30218 100644 --- a/api/restapi/operations/post_config_firewall_responses.go +++ b/api/restapi/operations/post_config_firewall_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // PostConfigFirewallNoContentCode is the HTTP code returned for type PostConfigFirewallNoContent diff --git a/api/restapi/operations/post_config_ipv4address_parameters.go b/api/restapi/operations/post_config_ipv4address_parameters.go index 6cbede1..10ff8f8 100644 --- a/api/restapi/operations/post_config_ipv4address_parameters.go +++ b/api/restapi/operations/post_config_ipv4address_parameters.go @@ -14,7 +14,7 @@ import ( "github.com/go-openapi/runtime/middleware" "github.com/go-openapi/validate" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // NewPostConfigIpv4addressParams creates a new PostConfigIpv4addressParams object diff --git a/api/restapi/operations/post_config_ipv4address_responses.go b/api/restapi/operations/post_config_ipv4address_responses.go index 305eee8..16bfe13 100644 --- a/api/restapi/operations/post_config_ipv4address_responses.go +++ b/api/restapi/operations/post_config_ipv4address_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // PostConfigIpv4addressNoContentCode is the HTTP code returned for type PostConfigIpv4addressNoContent diff --git a/api/restapi/operations/post_config_loadbalancer_parameters.go b/api/restapi/operations/post_config_loadbalancer_parameters.go index 242e9d6..4c1f501 100644 --- a/api/restapi/operations/post_config_loadbalancer_parameters.go +++ b/api/restapi/operations/post_config_loadbalancer_parameters.go @@ -14,7 +14,7 @@ import ( "github.com/go-openapi/runtime/middleware" "github.com/go-openapi/validate" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // NewPostConfigLoadbalancerParams creates a new PostConfigLoadbalancerParams object diff --git a/api/restapi/operations/post_config_loadbalancer_responses.go b/api/restapi/operations/post_config_loadbalancer_responses.go index 5b34482..ead06d0 100644 --- a/api/restapi/operations/post_config_loadbalancer_responses.go +++ b/api/restapi/operations/post_config_loadbalancer_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // PostConfigLoadbalancerOKCode is the HTTP code returned for type PostConfigLoadbalancerOK diff --git a/api/restapi/operations/post_config_mirror_parameters.go b/api/restapi/operations/post_config_mirror_parameters.go index 4564b08..665b7ec 100644 --- a/api/restapi/operations/post_config_mirror_parameters.go +++ b/api/restapi/operations/post_config_mirror_parameters.go @@ -14,7 +14,7 @@ import ( "github.com/go-openapi/runtime/middleware" "github.com/go-openapi/validate" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // NewPostConfigMirrorParams creates a new PostConfigMirrorParams object diff --git a/api/restapi/operations/post_config_mirror_responses.go b/api/restapi/operations/post_config_mirror_responses.go index 5a0b2b8..d2377b5 100644 --- a/api/restapi/operations/post_config_mirror_responses.go +++ b/api/restapi/operations/post_config_mirror_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // PostConfigMirrorNoContentCode is the HTTP code returned for type PostConfigMirrorNoContent diff --git a/api/restapi/operations/post_config_neighbor_parameters.go b/api/restapi/operations/post_config_neighbor_parameters.go index 1e4cd6e..89d82b8 100644 --- a/api/restapi/operations/post_config_neighbor_parameters.go +++ b/api/restapi/operations/post_config_neighbor_parameters.go @@ -14,7 +14,7 @@ import ( "github.com/go-openapi/runtime/middleware" "github.com/go-openapi/validate" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // NewPostConfigNeighborParams creates a new PostConfigNeighborParams object diff --git a/api/restapi/operations/post_config_neighbor_responses.go b/api/restapi/operations/post_config_neighbor_responses.go index 805c9db..3347f6e 100644 --- a/api/restapi/operations/post_config_neighbor_responses.go +++ b/api/restapi/operations/post_config_neighbor_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // PostConfigNeighborNoContentCode is the HTTP code returned for type PostConfigNeighborNoContent diff --git a/api/restapi/operations/post_config_params_parameters.go b/api/restapi/operations/post_config_params_parameters.go index 8791453..c848a9e 100644 --- a/api/restapi/operations/post_config_params_parameters.go +++ b/api/restapi/operations/post_config_params_parameters.go @@ -14,7 +14,7 @@ import ( "github.com/go-openapi/runtime/middleware" "github.com/go-openapi/validate" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // NewPostConfigParamsParams creates a new PostConfigParamsParams object diff --git a/api/restapi/operations/post_config_params_responses.go b/api/restapi/operations/post_config_params_responses.go index 5d70879..9f7341f 100644 --- a/api/restapi/operations/post_config_params_responses.go +++ b/api/restapi/operations/post_config_params_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // PostConfigParamsNoContentCode is the HTTP code returned for type PostConfigParamsNoContent diff --git a/api/restapi/operations/post_config_policy_parameters.go b/api/restapi/operations/post_config_policy_parameters.go index b56b80f..4b526eb 100644 --- a/api/restapi/operations/post_config_policy_parameters.go +++ b/api/restapi/operations/post_config_policy_parameters.go @@ -14,7 +14,7 @@ import ( "github.com/go-openapi/runtime/middleware" "github.com/go-openapi/validate" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // NewPostConfigPolicyParams creates a new PostConfigPolicyParams object diff --git a/api/restapi/operations/post_config_policy_responses.go b/api/restapi/operations/post_config_policy_responses.go index 52ddf3d..1da1c68 100644 --- a/api/restapi/operations/post_config_policy_responses.go +++ b/api/restapi/operations/post_config_policy_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // PostConfigPolicyNoContentCode is the HTTP code returned for type PostConfigPolicyNoContent diff --git a/api/restapi/operations/post_config_route_parameters.go b/api/restapi/operations/post_config_route_parameters.go index c464aed..6011dc4 100644 --- a/api/restapi/operations/post_config_route_parameters.go +++ b/api/restapi/operations/post_config_route_parameters.go @@ -14,7 +14,7 @@ import ( "github.com/go-openapi/runtime/middleware" "github.com/go-openapi/validate" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // NewPostConfigRouteParams creates a new PostConfigRouteParams object diff --git a/api/restapi/operations/post_config_route_responses.go b/api/restapi/operations/post_config_route_responses.go index 584cf3f..ee9106d 100644 --- a/api/restapi/operations/post_config_route_responses.go +++ b/api/restapi/operations/post_config_route_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // PostConfigRouteNoContentCode is the HTTP code returned for type PostConfigRouteNoContent diff --git a/api/restapi/operations/post_config_session_parameters.go b/api/restapi/operations/post_config_session_parameters.go index cdef63e..9f16f05 100644 --- a/api/restapi/operations/post_config_session_parameters.go +++ b/api/restapi/operations/post_config_session_parameters.go @@ -14,7 +14,7 @@ import ( "github.com/go-openapi/runtime/middleware" "github.com/go-openapi/validate" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // NewPostConfigSessionParams creates a new PostConfigSessionParams object diff --git a/api/restapi/operations/post_config_session_responses.go b/api/restapi/operations/post_config_session_responses.go index 81d366f..cedad77 100644 --- a/api/restapi/operations/post_config_session_responses.go +++ b/api/restapi/operations/post_config_session_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // PostConfigSessionNoContentCode is the HTTP code returned for type PostConfigSessionNoContent diff --git a/api/restapi/operations/post_config_sessionulcl_parameters.go b/api/restapi/operations/post_config_sessionulcl_parameters.go index 76d5c36..27a651d 100644 --- a/api/restapi/operations/post_config_sessionulcl_parameters.go +++ b/api/restapi/operations/post_config_sessionulcl_parameters.go @@ -14,7 +14,7 @@ import ( "github.com/go-openapi/runtime/middleware" "github.com/go-openapi/validate" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // NewPostConfigSessionulclParams creates a new PostConfigSessionulclParams object diff --git a/api/restapi/operations/post_config_sessionulcl_responses.go b/api/restapi/operations/post_config_sessionulcl_responses.go index 0e1979c..b982802 100644 --- a/api/restapi/operations/post_config_sessionulcl_responses.go +++ b/api/restapi/operations/post_config_sessionulcl_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // PostConfigSessionulclNoContentCode is the HTTP code returned for type PostConfigSessionulclNoContent diff --git a/api/restapi/operations/post_config_tunnel_vxlan_parameters.go b/api/restapi/operations/post_config_tunnel_vxlan_parameters.go index 575576c..bc43df7 100644 --- a/api/restapi/operations/post_config_tunnel_vxlan_parameters.go +++ b/api/restapi/operations/post_config_tunnel_vxlan_parameters.go @@ -14,7 +14,7 @@ import ( "github.com/go-openapi/runtime/middleware" "github.com/go-openapi/validate" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // NewPostConfigTunnelVxlanParams creates a new PostConfigTunnelVxlanParams object diff --git a/api/restapi/operations/post_config_tunnel_vxlan_responses.go b/api/restapi/operations/post_config_tunnel_vxlan_responses.go index d6f2a8b..e5ceadb 100644 --- a/api/restapi/operations/post_config_tunnel_vxlan_responses.go +++ b/api/restapi/operations/post_config_tunnel_vxlan_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // PostConfigTunnelVxlanNoContentCode is the HTTP code returned for type PostConfigTunnelVxlanNoContent diff --git a/api/restapi/operations/post_config_tunnel_vxlan_vxlan_id_peer_parameters.go b/api/restapi/operations/post_config_tunnel_vxlan_vxlan_id_peer_parameters.go index 84acfe0..f5f44c7 100644 --- a/api/restapi/operations/post_config_tunnel_vxlan_vxlan_id_peer_parameters.go +++ b/api/restapi/operations/post_config_tunnel_vxlan_vxlan_id_peer_parameters.go @@ -16,7 +16,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // NewPostConfigTunnelVxlanVxlanIDPeerParams creates a new PostConfigTunnelVxlanVxlanIDPeerParams object diff --git a/api/restapi/operations/post_config_tunnel_vxlan_vxlan_id_peer_responses.go b/api/restapi/operations/post_config_tunnel_vxlan_vxlan_id_peer_responses.go index e9b9a40..5310d84 100644 --- a/api/restapi/operations/post_config_tunnel_vxlan_vxlan_id_peer_responses.go +++ b/api/restapi/operations/post_config_tunnel_vxlan_vxlan_id_peer_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // PostConfigTunnelVxlanVxlanIDPeerOKCode is the HTTP code returned for type PostConfigTunnelVxlanVxlanIDPeerOK diff --git a/api/restapi/operations/post_config_vlan_parameters.go b/api/restapi/operations/post_config_vlan_parameters.go index 7716a5d..7e89f50 100644 --- a/api/restapi/operations/post_config_vlan_parameters.go +++ b/api/restapi/operations/post_config_vlan_parameters.go @@ -14,7 +14,7 @@ import ( "github.com/go-openapi/runtime/middleware" "github.com/go-openapi/validate" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // NewPostConfigVlanParams creates a new PostConfigVlanParams object diff --git a/api/restapi/operations/post_config_vlan_responses.go b/api/restapi/operations/post_config_vlan_responses.go index 4b6e2e0..f1c98d8 100644 --- a/api/restapi/operations/post_config_vlan_responses.go +++ b/api/restapi/operations/post_config_vlan_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // PostConfigVlanNoContentCode is the HTTP code returned for type PostConfigVlanNoContent diff --git a/api/restapi/operations/post_config_vlan_vlan_id_member_parameters.go b/api/restapi/operations/post_config_vlan_vlan_id_member_parameters.go index 2ccb468..576fcfc 100644 --- a/api/restapi/operations/post_config_vlan_vlan_id_member_parameters.go +++ b/api/restapi/operations/post_config_vlan_vlan_id_member_parameters.go @@ -16,7 +16,7 @@ import ( "github.com/go-openapi/swag" "github.com/go-openapi/validate" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // NewPostConfigVlanVlanIDMemberParams creates a new PostConfigVlanVlanIDMemberParams object diff --git a/api/restapi/operations/post_config_vlan_vlan_id_member_responses.go b/api/restapi/operations/post_config_vlan_vlan_id_member_responses.go index 0f3917f..4bad027 100644 --- a/api/restapi/operations/post_config_vlan_vlan_id_member_responses.go +++ b/api/restapi/operations/post_config_vlan_vlan_id_member_responses.go @@ -10,7 +10,7 @@ import ( "github.com/go-openapi/runtime" - "github.com/cybwan/fsmxlb/api/models" + "github.com/flomesh-io/fsmxlb/api/models" ) // PostConfigVlanVlanIDMemberNoContentCode is the HTTP code returned for type PostConfigVlanVlanIDMemberNoContent diff --git a/api/restapi/server.go b/api/restapi/server.go index 2833c84..67468b2 100644 --- a/api/restapi/server.go +++ b/api/restapi/server.go @@ -24,7 +24,7 @@ import ( flags "github.com/jessevdk/go-flags" "golang.org/x/net/netutil" - "github.com/cybwan/fsmxlb/api/restapi/operations" + "github.com/flomesh-io/fsmxlb/api/restapi/operations" ) const ( diff --git a/api/xlbnlp/nlp.go b/api/xlbnlp/nlp.go index b70c3b1..be1bc33 100644 --- a/api/xlbnlp/nlp.go +++ b/api/xlbnlp/nlp.go @@ -1,7 +1,7 @@ package xlbnlp import ( - cmn "github.com/cybwan/fsmxlb/pkg/common" + cmn "github.com/flomesh-io/fsmxlb/pkg/common" nlp "github.com/vishvananda/netlink" ) diff --git a/api/xlbnlp/nlp_linux.go b/api/xlbnlp/nlp_linux.go index f9a3a37..0a1ffcc 100644 --- a/api/xlbnlp/nlp_linux.go +++ b/api/xlbnlp/nlp_linux.go @@ -29,8 +29,8 @@ import ( "syscall" "time" - cmn "github.com/cybwan/fsmxlb/pkg/common" - tk "github.com/cybwan/fsmxlb/pkg/xlblib" + cmn "github.com/flomesh-io/fsmxlb/pkg/common" + tk "github.com/flomesh-io/fsmxlb/pkg/xlblib" nlp "github.com/vishvananda/netlink" "golang.org/x/sys/unix" ) diff --git a/cmd/fsmccm/fsmccm.go b/cmd/fsmccm/fsmccm.go index 30b8774..0f3fda4 100644 --- a/cmd/fsmccm/fsmccm.go +++ b/cmd/fsmccm/fsmccm.go @@ -12,7 +12,7 @@ import ( cliflag "k8s.io/component-base/cli/flag" "k8s.io/klog/v2" - _ "github.com/cybwan/fsmxlb/pkg/xlbccm/ccm" + _ "github.com/flomesh-io/fsmxlb/pkg/xlbccm/ccm" ) func main() { diff --git a/cmd/fsmxlbc/cmd/create/create.go b/cmd/fsmxlbc/cmd/create/create.go index 0a4baa6..09f7e3f 100644 --- a/cmd/fsmxlbc/cmd/create/create.go +++ b/cmd/fsmxlbc/cmd/create/create.go @@ -17,7 +17,7 @@ package create import ( "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "github.com/spf13/cobra" ) diff --git a/cmd/fsmxlbc/cmd/create/create_endpoint.go b/cmd/fsmxlbc/cmd/create/create_endpoint.go index a828af3..5dafc4c 100644 --- a/cmd/fsmxlbc/cmd/create/create_endpoint.go +++ b/cmd/fsmxlbc/cmd/create/create_endpoint.go @@ -18,7 +18,7 @@ package create import ( "context" "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "net" "net/http" "os" diff --git a/cmd/fsmxlbc/cmd/create/create_fdb.go b/cmd/fsmxlbc/cmd/create/create_fdb.go index 3933b09..d09144a 100644 --- a/cmd/fsmxlbc/cmd/create/create_fdb.go +++ b/cmd/fsmxlbc/cmd/create/create_fdb.go @@ -19,7 +19,7 @@ import ( "context" "errors" "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "net" "net/http" "os" diff --git a/cmd/fsmxlbc/cmd/create/create_file.go b/cmd/fsmxlbc/cmd/create/create_file.go index 4677ce1..5854fe2 100644 --- a/cmd/fsmxlbc/cmd/create/create_file.go +++ b/cmd/fsmxlbc/cmd/create/create_file.go @@ -17,7 +17,7 @@ package create import ( "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "gopkg.in/yaml.v2" ) diff --git a/cmd/fsmxlbc/cmd/create/create_firewall.go b/cmd/fsmxlbc/cmd/create/create_firewall.go index b3208fc..5397b3f 100644 --- a/cmd/fsmxlbc/cmd/create/create_firewall.go +++ b/cmd/fsmxlbc/cmd/create/create_firewall.go @@ -18,7 +18,7 @@ package create import ( "context" "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "net/http" "os" "strconv" diff --git a/cmd/fsmxlbc/cmd/create/create_ipaddress.go b/cmd/fsmxlbc/cmd/create/create_ipaddress.go index 1b35a92..bb7682f 100644 --- a/cmd/fsmxlbc/cmd/create/create_ipaddress.go +++ b/cmd/fsmxlbc/cmd/create/create_ipaddress.go @@ -19,7 +19,7 @@ import ( "context" "errors" "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "net" "net/http" "os" diff --git a/cmd/fsmxlbc/cmd/create/create_loadbalancer.go b/cmd/fsmxlbc/cmd/create/create_loadbalancer.go index 03be5c2..7960eb6 100644 --- a/cmd/fsmxlbc/cmd/create/create_loadbalancer.go +++ b/cmd/fsmxlbc/cmd/create/create_loadbalancer.go @@ -20,7 +20,7 @@ import ( "encoding/json" "errors" "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "io" "net" "net/http" diff --git a/cmd/fsmxlbc/cmd/create/create_mirror.go b/cmd/fsmxlbc/cmd/create/create_mirror.go index 2e67021..13dcb12 100644 --- a/cmd/fsmxlbc/cmd/create/create_mirror.go +++ b/cmd/fsmxlbc/cmd/create/create_mirror.go @@ -19,7 +19,7 @@ import ( "context" "errors" "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "net/http" "os" "strconv" diff --git a/cmd/fsmxlbc/cmd/create/create_neighbor.go b/cmd/fsmxlbc/cmd/create/create_neighbor.go index 9be6684..8cbdfab 100644 --- a/cmd/fsmxlbc/cmd/create/create_neighbor.go +++ b/cmd/fsmxlbc/cmd/create/create_neighbor.go @@ -19,7 +19,7 @@ import ( "context" "errors" "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "net" "net/http" "os" diff --git a/cmd/fsmxlbc/cmd/create/create_policy.go b/cmd/fsmxlbc/cmd/create/create_policy.go index 28b1f5f..dd66b22 100644 --- a/cmd/fsmxlbc/cmd/create/create_policy.go +++ b/cmd/fsmxlbc/cmd/create/create_policy.go @@ -20,7 +20,7 @@ import ( "encoding/json" "errors" "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "io" "net/http" "os" diff --git a/cmd/fsmxlbc/cmd/create/create_route.go b/cmd/fsmxlbc/cmd/create/create_route.go index fe8e1ef..939fa0c 100644 --- a/cmd/fsmxlbc/cmd/create/create_route.go +++ b/cmd/fsmxlbc/cmd/create/create_route.go @@ -19,7 +19,7 @@ import ( "context" "errors" "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "net" "net/http" "os" diff --git a/cmd/fsmxlbc/cmd/create/create_session.go b/cmd/fsmxlbc/cmd/create/create_session.go index 6b6f374..09e5bd9 100644 --- a/cmd/fsmxlbc/cmd/create/create_session.go +++ b/cmd/fsmxlbc/cmd/create/create_session.go @@ -19,7 +19,7 @@ import ( "context" "errors" "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "net" "net/http" "os" diff --git a/cmd/fsmxlbc/cmd/create/create_sessionulcl.go b/cmd/fsmxlbc/cmd/create/create_sessionulcl.go index 036d12e..3983136 100644 --- a/cmd/fsmxlbc/cmd/create/create_sessionulcl.go +++ b/cmd/fsmxlbc/cmd/create/create_sessionulcl.go @@ -19,7 +19,7 @@ import ( "context" "errors" "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "net" "net/http" "os" diff --git a/cmd/fsmxlbc/cmd/create/create_vlan.go b/cmd/fsmxlbc/cmd/create/create_vlan.go index 484bd0c..7ed7437 100644 --- a/cmd/fsmxlbc/cmd/create/create_vlan.go +++ b/cmd/fsmxlbc/cmd/create/create_vlan.go @@ -19,7 +19,7 @@ import ( "context" "errors" "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "net/http" "os" "strconv" diff --git a/cmd/fsmxlbc/cmd/create/create_vlan_member.go b/cmd/fsmxlbc/cmd/create/create_vlan_member.go index d923165..7e4aaad 100644 --- a/cmd/fsmxlbc/cmd/create/create_vlan_member.go +++ b/cmd/fsmxlbc/cmd/create/create_vlan_member.go @@ -19,7 +19,7 @@ import ( "context" "errors" "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "net/http" "os" "strconv" diff --git a/cmd/fsmxlbc/cmd/create/create_vxlan.go b/cmd/fsmxlbc/cmd/create/create_vxlan.go index 881f48c..1d5f4f4 100644 --- a/cmd/fsmxlbc/cmd/create/create_vxlan.go +++ b/cmd/fsmxlbc/cmd/create/create_vxlan.go @@ -19,7 +19,7 @@ import ( "context" "errors" "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "net/http" "os" "strconv" diff --git a/cmd/fsmxlbc/cmd/create/create_vxlan_peer.go b/cmd/fsmxlbc/cmd/create/create_vxlan_peer.go index a450f31..59452eb 100644 --- a/cmd/fsmxlbc/cmd/create/create_vxlan_peer.go +++ b/cmd/fsmxlbc/cmd/create/create_vxlan_peer.go @@ -19,7 +19,7 @@ import ( "context" "errors" "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "net" "net/http" "os" diff --git a/cmd/fsmxlbc/cmd/delete/delete.go b/cmd/fsmxlbc/cmd/delete/delete.go index 07160de..e10f913 100644 --- a/cmd/fsmxlbc/cmd/delete/delete.go +++ b/cmd/fsmxlbc/cmd/delete/delete.go @@ -17,7 +17,7 @@ package delete import ( "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "github.com/spf13/cobra" ) diff --git a/cmd/fsmxlbc/cmd/delete/delete_endpoint.go b/cmd/fsmxlbc/cmd/delete/delete_endpoint.go index 75e51e2..8983e11 100644 --- a/cmd/fsmxlbc/cmd/delete/delete_endpoint.go +++ b/cmd/fsmxlbc/cmd/delete/delete_endpoint.go @@ -18,7 +18,7 @@ package delete import ( "context" "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "net" "net/http" "os" diff --git a/cmd/fsmxlbc/cmd/delete/delete_fdb.go b/cmd/fsmxlbc/cmd/delete/delete_fdb.go index d399462..dd464a3 100644 --- a/cmd/fsmxlbc/cmd/delete/delete_fdb.go +++ b/cmd/fsmxlbc/cmd/delete/delete_fdb.go @@ -19,7 +19,7 @@ import ( "context" "errors" "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "net" "net/http" "os" diff --git a/cmd/fsmxlbc/cmd/delete/delete_file.go b/cmd/fsmxlbc/cmd/delete/delete_file.go index 562a537..89a0111 100644 --- a/cmd/fsmxlbc/cmd/delete/delete_file.go +++ b/cmd/fsmxlbc/cmd/delete/delete_file.go @@ -18,7 +18,7 @@ package delete import ( "context" "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "os" "strconv" "time" diff --git a/cmd/fsmxlbc/cmd/delete/delete_firewall.go b/cmd/fsmxlbc/cmd/delete/delete_firewall.go index 9fd1bd4..ca1f486 100644 --- a/cmd/fsmxlbc/cmd/delete/delete_firewall.go +++ b/cmd/fsmxlbc/cmd/delete/delete_firewall.go @@ -18,7 +18,7 @@ package delete import ( "context" "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "net/http" "os" "strings" diff --git a/cmd/fsmxlbc/cmd/delete/delete_ipaddress.go b/cmd/fsmxlbc/cmd/delete/delete_ipaddress.go index 8648105..186480c 100644 --- a/cmd/fsmxlbc/cmd/delete/delete_ipaddress.go +++ b/cmd/fsmxlbc/cmd/delete/delete_ipaddress.go @@ -19,7 +19,7 @@ import ( "context" "errors" "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "net" "net/http" "os" diff --git a/cmd/fsmxlbc/cmd/delete/delete_loadbalancer.go b/cmd/fsmxlbc/cmd/delete/delete_loadbalancer.go index caaa95e..cad7a62 100644 --- a/cmd/fsmxlbc/cmd/delete/delete_loadbalancer.go +++ b/cmd/fsmxlbc/cmd/delete/delete_loadbalancer.go @@ -20,7 +20,7 @@ import ( "encoding/json" "errors" "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "io" "net/http" "os" diff --git a/cmd/fsmxlbc/cmd/delete/delete_mirror.go b/cmd/fsmxlbc/cmd/delete/delete_mirror.go index ed8ad40..8dc6891 100644 --- a/cmd/fsmxlbc/cmd/delete/delete_mirror.go +++ b/cmd/fsmxlbc/cmd/delete/delete_mirror.go @@ -18,7 +18,7 @@ package delete import ( "context" "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "net/http" "os" "time" diff --git a/cmd/fsmxlbc/cmd/delete/delete_neighbor.go b/cmd/fsmxlbc/cmd/delete/delete_neighbor.go index 47f4826..58ede94 100644 --- a/cmd/fsmxlbc/cmd/delete/delete_neighbor.go +++ b/cmd/fsmxlbc/cmd/delete/delete_neighbor.go @@ -19,7 +19,7 @@ import ( "context" "errors" "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "net" "net/http" "os" diff --git a/cmd/fsmxlbc/cmd/delete/delete_policy.go b/cmd/fsmxlbc/cmd/delete/delete_policy.go index 7ac97ad..56d0087 100644 --- a/cmd/fsmxlbc/cmd/delete/delete_policy.go +++ b/cmd/fsmxlbc/cmd/delete/delete_policy.go @@ -19,7 +19,7 @@ import ( "context" "errors" "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "net/http" "os" "time" diff --git a/cmd/fsmxlbc/cmd/delete/delete_route.go b/cmd/fsmxlbc/cmd/delete/delete_route.go index 3e4a4d7..e2ad255 100644 --- a/cmd/fsmxlbc/cmd/delete/delete_route.go +++ b/cmd/fsmxlbc/cmd/delete/delete_route.go @@ -19,7 +19,7 @@ import ( "context" "errors" "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "net" "net/http" "os" diff --git a/cmd/fsmxlbc/cmd/delete/delete_session.go b/cmd/fsmxlbc/cmd/delete/delete_session.go index da52740..3008a03 100644 --- a/cmd/fsmxlbc/cmd/delete/delete_session.go +++ b/cmd/fsmxlbc/cmd/delete/delete_session.go @@ -19,7 +19,7 @@ import ( "context" "errors" "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "net/http" "os" "time" diff --git a/cmd/fsmxlbc/cmd/delete/delete_sessionulcl.go b/cmd/fsmxlbc/cmd/delete/delete_sessionulcl.go index c2cc9d1..bdfbe12 100644 --- a/cmd/fsmxlbc/cmd/delete/delete_sessionulcl.go +++ b/cmd/fsmxlbc/cmd/delete/delete_sessionulcl.go @@ -19,7 +19,7 @@ import ( "context" "errors" "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "net/http" "os" "time" diff --git a/cmd/fsmxlbc/cmd/delete/delete_vlan.go b/cmd/fsmxlbc/cmd/delete/delete_vlan.go index 9a0c9c2..05539f3 100644 --- a/cmd/fsmxlbc/cmd/delete/delete_vlan.go +++ b/cmd/fsmxlbc/cmd/delete/delete_vlan.go @@ -18,7 +18,7 @@ package delete import ( "context" "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "net/http" "os" "strconv" diff --git a/cmd/fsmxlbc/cmd/delete/delete_vlan_member.go b/cmd/fsmxlbc/cmd/delete/delete_vlan_member.go index 46dca42..f068809 100644 --- a/cmd/fsmxlbc/cmd/delete/delete_vlan_member.go +++ b/cmd/fsmxlbc/cmd/delete/delete_vlan_member.go @@ -18,7 +18,7 @@ package delete import ( "context" "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "net/http" "os" "strconv" diff --git a/cmd/fsmxlbc/cmd/delete/delete_vxlan.go b/cmd/fsmxlbc/cmd/delete/delete_vxlan.go index 1303b55..8059e5e 100644 --- a/cmd/fsmxlbc/cmd/delete/delete_vxlan.go +++ b/cmd/fsmxlbc/cmd/delete/delete_vxlan.go @@ -18,7 +18,7 @@ package delete import ( "context" "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "net/http" "os" "strconv" diff --git a/cmd/fsmxlbc/cmd/delete/delete_vxlan_peer.go b/cmd/fsmxlbc/cmd/delete/delete_vxlan_peer.go index 9ea255b..b37f4d6 100644 --- a/cmd/fsmxlbc/cmd/delete/delete_vxlan_peer.go +++ b/cmd/fsmxlbc/cmd/delete/delete_vxlan_peer.go @@ -18,7 +18,7 @@ package delete import ( "context" "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "net/http" "os" "strconv" diff --git a/cmd/fsmxlbc/cmd/dump/apply.go b/cmd/fsmxlbc/cmd/dump/apply.go index 5836e95..9cb98d1 100644 --- a/cmd/fsmxlbc/cmd/dump/apply.go +++ b/cmd/fsmxlbc/cmd/dump/apply.go @@ -20,8 +20,8 @@ import ( "encoding/json" "errors" "fmt" - "github.com/cybwan/fsmxlb/cmd/fsmxlbc/cmd/create" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/cmd/fsmxlbc/cmd/create" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "os" "os/exec" "strings" diff --git a/cmd/fsmxlbc/cmd/dump/apply_create.go b/cmd/fsmxlbc/cmd/dump/apply_create.go index f6031c9..a4db8f9 100644 --- a/cmd/fsmxlbc/cmd/dump/apply_create.go +++ b/cmd/fsmxlbc/cmd/dump/apply_create.go @@ -17,8 +17,8 @@ package dump import ( "fmt" - "github.com/cybwan/fsmxlb/cmd/fsmxlbc/cmd/create" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/cmd/fsmxlbc/cmd/create" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "os" "gopkg.in/yaml.v2" diff --git a/cmd/fsmxlbc/cmd/dump/save.go b/cmd/fsmxlbc/cmd/dump/save.go index d51faef..4373640 100644 --- a/cmd/fsmxlbc/cmd/dump/save.go +++ b/cmd/fsmxlbc/cmd/dump/save.go @@ -18,8 +18,8 @@ package dump import ( "errors" "fmt" - "github.com/cybwan/fsmxlb/cmd/fsmxlbc/cmd/get" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/cmd/fsmxlbc/cmd/get" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "os" "github.com/spf13/cobra" diff --git a/cmd/fsmxlbc/cmd/get/get.go b/cmd/fsmxlbc/cmd/get/get.go index 2535560..759df1e 100644 --- a/cmd/fsmxlbc/cmd/get/get.go +++ b/cmd/fsmxlbc/cmd/get/get.go @@ -17,7 +17,7 @@ package get import ( "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "os" "github.com/olekukonko/tablewriter" diff --git a/cmd/fsmxlbc/cmd/get/get_conntrack.go b/cmd/fsmxlbc/cmd/get/get_conntrack.go index 9eaa46c..176f3d5 100644 --- a/cmd/fsmxlbc/cmd/get/get_conntrack.go +++ b/cmd/fsmxlbc/cmd/get/get_conntrack.go @@ -19,7 +19,7 @@ import ( "context" "encoding/json" "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "io" "net/http" "time" diff --git a/cmd/fsmxlbc/cmd/get/get_endpoint.go b/cmd/fsmxlbc/cmd/get/get_endpoint.go index 342ad6c..a095cc3 100644 --- a/cmd/fsmxlbc/cmd/get/get_endpoint.go +++ b/cmd/fsmxlbc/cmd/get/get_endpoint.go @@ -20,7 +20,7 @@ import ( "encoding/json" "errors" "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "io" "net/http" "os" diff --git a/cmd/fsmxlbc/cmd/get/get_fdb.go b/cmd/fsmxlbc/cmd/get/get_fdb.go index 95152e1..550a115 100644 --- a/cmd/fsmxlbc/cmd/get/get_fdb.go +++ b/cmd/fsmxlbc/cmd/get/get_fdb.go @@ -19,7 +19,7 @@ import ( "context" "encoding/json" "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "io" "net/http" "time" diff --git a/cmd/fsmxlbc/cmd/get/get_firewall.go b/cmd/fsmxlbc/cmd/get/get_firewall.go index 799b502..ed98df1 100644 --- a/cmd/fsmxlbc/cmd/get/get_firewall.go +++ b/cmd/fsmxlbc/cmd/get/get_firewall.go @@ -20,7 +20,7 @@ import ( "encoding/json" "errors" "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "io" "net/http" "os" diff --git a/cmd/fsmxlbc/cmd/get/get_ipaddress.go b/cmd/fsmxlbc/cmd/get/get_ipaddress.go index 004cc2c..0bd3325 100644 --- a/cmd/fsmxlbc/cmd/get/get_ipaddress.go +++ b/cmd/fsmxlbc/cmd/get/get_ipaddress.go @@ -19,7 +19,7 @@ import ( "context" "encoding/json" "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "io" "net/http" "strings" diff --git a/cmd/fsmxlbc/cmd/get/get_loadbalancer.go b/cmd/fsmxlbc/cmd/get/get_loadbalancer.go index 395f3d8..2805446 100644 --- a/cmd/fsmxlbc/cmd/get/get_loadbalancer.go +++ b/cmd/fsmxlbc/cmd/get/get_loadbalancer.go @@ -20,7 +20,7 @@ import ( "encoding/json" "errors" "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "io" "net/http" "os" diff --git a/cmd/fsmxlbc/cmd/get/get_mirror.go b/cmd/fsmxlbc/cmd/get/get_mirror.go index 9c59788..1e91d3f 100644 --- a/cmd/fsmxlbc/cmd/get/get_mirror.go +++ b/cmd/fsmxlbc/cmd/get/get_mirror.go @@ -19,7 +19,7 @@ import ( "context" "encoding/json" "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "io" "net/http" "time" diff --git a/cmd/fsmxlbc/cmd/get/get_neighbor.go b/cmd/fsmxlbc/cmd/get/get_neighbor.go index aab0c01..5570ac3 100644 --- a/cmd/fsmxlbc/cmd/get/get_neighbor.go +++ b/cmd/fsmxlbc/cmd/get/get_neighbor.go @@ -19,7 +19,7 @@ import ( "context" "encoding/json" "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "io" "net/http" "time" diff --git a/cmd/fsmxlbc/cmd/get/get_netlink.go b/cmd/fsmxlbc/cmd/get/get_netlink.go index ba373e3..b8e29c3 100644 --- a/cmd/fsmxlbc/cmd/get/get_netlink.go +++ b/cmd/fsmxlbc/cmd/get/get_netlink.go @@ -18,7 +18,7 @@ package get import ( "errors" "fmt" - mp "github.com/cybwan/fsmxlb/pkg/multiplatform" + mp "github.com/flomesh-io/fsmxlb/pkg/multiplatform" "net" "os" "os/exec" diff --git a/cmd/fsmxlbc/cmd/get/get_param.go b/cmd/fsmxlbc/cmd/get/get_param.go index 7450752..66b22b2 100644 --- a/cmd/fsmxlbc/cmd/get/get_param.go +++ b/cmd/fsmxlbc/cmd/get/get_param.go @@ -19,7 +19,7 @@ import ( "context" "encoding/json" "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "io" "net/http" "time" diff --git a/cmd/fsmxlbc/cmd/get/get_policy.go b/cmd/fsmxlbc/cmd/get/get_policy.go index a079a5d..dae702f 100644 --- a/cmd/fsmxlbc/cmd/get/get_policy.go +++ b/cmd/fsmxlbc/cmd/get/get_policy.go @@ -20,7 +20,7 @@ import ( "encoding/json" "errors" "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "io" "net/http" "os" diff --git a/cmd/fsmxlbc/cmd/get/get_port.go b/cmd/fsmxlbc/cmd/get/get_port.go index 29c097b..2112f4c 100644 --- a/cmd/fsmxlbc/cmd/get/get_port.go +++ b/cmd/fsmxlbc/cmd/get/get_port.go @@ -19,7 +19,7 @@ import ( "context" "encoding/json" "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "io" "net/http" "time" diff --git a/cmd/fsmxlbc/cmd/get/get_route.go b/cmd/fsmxlbc/cmd/get/get_route.go index a4818d5..54be0d8 100644 --- a/cmd/fsmxlbc/cmd/get/get_route.go +++ b/cmd/fsmxlbc/cmd/get/get_route.go @@ -19,7 +19,7 @@ import ( "context" "encoding/json" "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "io" "net/http" "time" diff --git a/cmd/fsmxlbc/cmd/get/get_session.go b/cmd/fsmxlbc/cmd/get/get_session.go index 343ac59..38ab716 100644 --- a/cmd/fsmxlbc/cmd/get/get_session.go +++ b/cmd/fsmxlbc/cmd/get/get_session.go @@ -20,7 +20,7 @@ import ( "encoding/json" "errors" "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "io" "net/http" "os" diff --git a/cmd/fsmxlbc/cmd/get/get_sessionulcl.go b/cmd/fsmxlbc/cmd/get/get_sessionulcl.go index 6e9a564..2c4987c 100644 --- a/cmd/fsmxlbc/cmd/get/get_sessionulcl.go +++ b/cmd/fsmxlbc/cmd/get/get_sessionulcl.go @@ -20,7 +20,7 @@ import ( "encoding/json" "errors" "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "io" "net/http" "os" diff --git a/cmd/fsmxlbc/cmd/get/get_status.go b/cmd/fsmxlbc/cmd/get/get_status.go index 4374051..a3239f1 100644 --- a/cmd/fsmxlbc/cmd/get/get_status.go +++ b/cmd/fsmxlbc/cmd/get/get_status.go @@ -19,7 +19,7 @@ import ( "context" "encoding/json" "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "io" "net/http" "time" diff --git a/cmd/fsmxlbc/cmd/get/get_vlan.go b/cmd/fsmxlbc/cmd/get/get_vlan.go index d70fb4a..cffdbfa 100644 --- a/cmd/fsmxlbc/cmd/get/get_vlan.go +++ b/cmd/fsmxlbc/cmd/get/get_vlan.go @@ -19,7 +19,7 @@ import ( "context" "encoding/json" "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "io" "net/http" "time" diff --git a/cmd/fsmxlbc/cmd/get/get_vxlan.go b/cmd/fsmxlbc/cmd/get/get_vxlan.go index 1614510..82c2ed3 100644 --- a/cmd/fsmxlbc/cmd/get/get_vxlan.go +++ b/cmd/fsmxlbc/cmd/get/get_vxlan.go @@ -19,7 +19,7 @@ import ( "context" "encoding/json" "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "io" "net/http" "strings" diff --git a/cmd/fsmxlbc/cmd/root.go b/cmd/fsmxlbc/cmd/root.go index 4ada04d..fbd6a04 100644 --- a/cmd/fsmxlbc/cmd/root.go +++ b/cmd/fsmxlbc/cmd/root.go @@ -17,17 +17,17 @@ package cmd import ( "fmt" - "github.com/cybwan/fsmxlb/pkg/version" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/version" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "os" "github.com/spf13/cobra" - "github.com/cybwan/fsmxlb/cmd/fsmxlbc/cmd/create" - "github.com/cybwan/fsmxlb/cmd/fsmxlbc/cmd/delete" - "github.com/cybwan/fsmxlb/cmd/fsmxlbc/cmd/dump" - "github.com/cybwan/fsmxlb/cmd/fsmxlbc/cmd/get" - "github.com/cybwan/fsmxlb/cmd/fsmxlbc/cmd/set" + "github.com/flomesh-io/fsmxlb/cmd/fsmxlbc/cmd/create" + "github.com/flomesh-io/fsmxlb/cmd/fsmxlbc/cmd/delete" + "github.com/flomesh-io/fsmxlb/cmd/fsmxlbc/cmd/dump" + "github.com/flomesh-io/fsmxlb/cmd/fsmxlbc/cmd/get" + "github.com/flomesh-io/fsmxlb/cmd/fsmxlbc/cmd/set" ) var VersionCmd = &cobra.Command{ diff --git a/cmd/fsmxlbc/cmd/set/set.go b/cmd/fsmxlbc/cmd/set/set.go index 22a4a68..762760b 100644 --- a/cmd/fsmxlbc/cmd/set/set.go +++ b/cmd/fsmxlbc/cmd/set/set.go @@ -18,7 +18,7 @@ package set import ( "encoding/json" "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "io" "net/http" diff --git a/cmd/fsmxlbc/cmd/set/set_param.go b/cmd/fsmxlbc/cmd/set/set_param.go index 2fd6cc2..84660d6 100644 --- a/cmd/fsmxlbc/cmd/set/set_param.go +++ b/cmd/fsmxlbc/cmd/set/set_param.go @@ -19,7 +19,7 @@ import ( "context" "errors" "fmt" - "github.com/cybwan/fsmxlb/pkg/xlbcli" + "github.com/flomesh-io/fsmxlb/pkg/xlbcli" "net/http" "time" diff --git a/cmd/fsmxlbc/fsmxlbc.go b/cmd/fsmxlbc/fsmxlbc.go index dfc4c85..41d72eb 100644 --- a/cmd/fsmxlbc/fsmxlbc.go +++ b/cmd/fsmxlbc/fsmxlbc.go @@ -16,7 +16,7 @@ package main import ( - "github.com/cybwan/fsmxlb/cmd/fsmxlbc/cmd" + "github.com/flomesh-io/fsmxlb/cmd/fsmxlbc/cmd" ) func main() { diff --git a/cmd/fsmxlbd/fsmxlbd.go b/cmd/fsmxlbd/fsmxlbd.go index 2b03ffa..fd52142 100644 --- a/cmd/fsmxlbd/fsmxlbd.go +++ b/cmd/fsmxlbd/fsmxlbd.go @@ -2,9 +2,9 @@ package main import ( "fmt" - opts "github.com/cybwan/fsmxlb/pkg/options" - "github.com/cybwan/fsmxlb/pkg/version" - ln "github.com/cybwan/fsmxlb/pkg/xlbnet" + opts "github.com/flomesh-io/fsmxlb/pkg/options" + "github.com/flomesh-io/fsmxlb/pkg/version" + ln "github.com/flomesh-io/fsmxlb/pkg/xlbnet" "github.com/jessevdk/go-flags" "os" "time" diff --git a/dockerfiles/Dockerfile.fsm-os b/dockerfiles/Dockerfile.fsm-os index 036a270..a3c69c0 100644 --- a/dockerfiles/Dockerfile.fsm-os +++ b/dockerfiles/Dockerfile.fsm-os @@ -19,7 +19,7 @@ RUN arch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) && echo $arch && i # Install fsmxlb related packages RUN apt install -y clang llvm libelf-dev libpcap-dev vim net-tools elfutils dwarves git libbsd-dev bridge-utils wget arping unzip build-essential bison flex sudo iproute2 pkg-config tcpdump iputils-ping keepalived curl bash-completion && rm -rf /var/lib/apt/lists/* && apt clean -RUN wget https://github.com/cybwan/iproute2/archive/refs/heads/fsmxlb.zip && unzip fsmxlb.zip && \ +RUN wget https://github.com/flomesh-io/iproute2/archive/refs/heads/fsmxlb.zip && unzip fsmxlb.zip && \ cd iproute2-fsmxlb/libbpf/src/ && mkdir build && DESTDIR=build make install && cd - && \ cd iproute2-fsmxlb/ && export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:`pwd`/libbpf/src/ && LIBBPF_FORCE=on LIBBPF_DIR=`pwd`/libbpf/src/build ./configure && make && cp -f tc/tc /usr/local/sbin/ntc && cd - && cd iproute2-fsmxlb/libbpf/src/ && make install && cd - && rm -fr fsmxlb.zip iproute2-fsmxlb diff --git a/go.mod b/go.mod index 54b0ded..93226ba 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/cybwan/fsmxlb +module github.com/flomesh-io/fsmxlb go 1.19 diff --git a/manifests/fsm-ccm-k3s.yaml b/manifests/fsm-ccm-k3s.yaml index 456431d..3d17fb1 100644 --- a/manifests/fsm-ccm-k3s.yaml +++ b/manifests/fsm-ccm-k3s.yaml @@ -52,7 +52,7 @@ spec: imagePullPolicy: Always # for in-tree providers we use k8s.gcr.io/cloud-controller-manager # this can be replaced with any other image for out-of-tree providers - image: cybwan/fsm-ccm:latest + image: flomesh-io/fsm-ccm:latest command: - /fsm-ccm args: diff --git a/manifests/fsm-ccm.yaml b/manifests/fsm-ccm.yaml index 62e3a9d..04957f3 100644 --- a/manifests/fsm-ccm.yaml +++ b/manifests/fsm-ccm.yaml @@ -54,7 +54,7 @@ spec: imagePullPolicy: Always # for in-tree providers we use k8s.gcr.io/cloud-controller-manager # this can be replaced with any other image for out-of-tree providers - image: cybwan/fsm-ccm:latest + image: flomesh-io/fsm-ccm:latest command: - /fsm-ccm args: diff --git a/pkg/xlbccm/ccm/cloud.go b/pkg/xlbccm/ccm/cloud.go index fbb0c50..0555fff 100644 --- a/pkg/xlbccm/ccm/cloud.go +++ b/pkg/xlbccm/ccm/cloud.go @@ -2,9 +2,9 @@ package ccm import ( "context" - "github.com/cybwan/fsmxlb/pkg/common" - "github.com/cybwan/fsmxlb/pkg/xlbccm/client" - "github.com/cybwan/fsmxlb/pkg/xlbccm/ippool" + "github.com/flomesh-io/fsmxlb/pkg/common" + "github.com/flomesh-io/fsmxlb/pkg/xlbccm/client" + "github.com/flomesh-io/fsmxlb/pkg/xlbccm/ippool" "io" "net/url" "time" @@ -14,7 +14,7 @@ import ( cloudprovider "k8s.io/cloud-provider" "k8s.io/klog/v2" - tk "github.com/cybwan/fsmxlb/pkg/xlblib" + tk "github.com/flomesh-io/fsmxlb/pkg/xlblib" ) type LBMode int32 diff --git a/pkg/xlbccm/ippool/ippool.go b/pkg/xlbccm/ippool/ippool.go index 73fbd93..57733a9 100644 --- a/pkg/xlbccm/ippool/ippool.go +++ b/pkg/xlbccm/ippool/ippool.go @@ -6,7 +6,7 @@ import ( "net" "sync" - tk "github.com/cybwan/fsmxlb/pkg/xlblib" + tk "github.com/flomesh-io/fsmxlb/pkg/xlblib" ) type IPPool struct { diff --git a/pkg/xlbcli/client.go b/pkg/xlbcli/client.go index c620aea..53cf0a9 100644 --- a/pkg/xlbcli/client.go +++ b/pkg/xlbcli/client.go @@ -1,7 +1,7 @@ package xlbcli import ( - "github.com/cybwan/fsmxlb/pkg/common" + "github.com/flomesh-io/fsmxlb/pkg/common" "net/http" "time" ) diff --git a/pkg/xlblib/lib_test.go b/pkg/xlblib/lib_test.go index 71c7361..cd298e1 100644 --- a/pkg/xlblib/lib_test.go +++ b/pkg/xlblib/lib_test.go @@ -5,7 +5,7 @@ package xlblib import ( "fmt" - "github.com/cybwan/fsmxlb/pkg/sctp" + "github.com/flomesh-io/fsmxlb/pkg/sctp" "net" "testing" ) diff --git a/pkg/xlblib/serviceprobe.go b/pkg/xlblib/serviceprobe.go index d6a03f7..92fc4e5 100644 --- a/pkg/xlblib/serviceprobe.go +++ b/pkg/xlblib/serviceprobe.go @@ -7,7 +7,7 @@ import ( "bytes" "context" "encoding/binary" - "github.com/cybwan/fsmxlb/pkg/sctp" + "github.com/flomesh-io/fsmxlb/pkg/sctp" "golang.org/x/net/icmp" "golang.org/x/net/ipv4" "net" diff --git a/pkg/xlbnet/apiclient.go b/pkg/xlbnet/apiclient.go index 84f11f3..e68dc7c 100644 --- a/pkg/xlbnet/apiclient.go +++ b/pkg/xlbnet/apiclient.go @@ -1,8 +1,8 @@ package xlbnet import ( - cmn "github.com/cybwan/fsmxlb/pkg/common" - tk "github.com/cybwan/fsmxlb/pkg/xlblib" + cmn "github.com/flomesh-io/fsmxlb/pkg/common" + tk "github.com/flomesh-io/fsmxlb/pkg/xlblib" ) // This file implements interface defined in cmn.NetHookInterface diff --git a/pkg/xlbnet/cluster.go b/pkg/xlbnet/cluster.go index 547c59c..58201ea 100644 --- a/pkg/xlbnet/cluster.go +++ b/pkg/xlbnet/cluster.go @@ -1,9 +1,9 @@ package xlbnet import ( - cmn "github.com/cybwan/fsmxlb/pkg/common" - opts "github.com/cybwan/fsmxlb/pkg/options" - tk "github.com/cybwan/fsmxlb/pkg/xlblib" + cmn "github.com/flomesh-io/fsmxlb/pkg/common" + opts "github.com/flomesh-io/fsmxlb/pkg/options" + tk "github.com/flomesh-io/fsmxlb/pkg/xlblib" "bufio" "errors" diff --git a/pkg/xlbnet/dpbroker.go b/pkg/xlbnet/dpbroker.go index febf76e..b2b981d 100644 --- a/pkg/xlbnet/dpbroker.go +++ b/pkg/xlbnet/dpbroker.go @@ -4,8 +4,8 @@ import ( "bufio" "errors" "fmt" - cmn "github.com/cybwan/fsmxlb/pkg/common" - tk "github.com/cybwan/fsmxlb/pkg/xlblib" + cmn "github.com/flomesh-io/fsmxlb/pkg/common" + tk "github.com/flomesh-io/fsmxlb/pkg/xlblib" "io" "net" "net/http" diff --git a/pkg/xlbnet/dpebpf_darwin.go b/pkg/xlbnet/dpebpf_darwin.go index 422cb2e..5cc2371 100644 --- a/pkg/xlbnet/dpebpf_darwin.go +++ b/pkg/xlbnet/dpebpf_darwin.go @@ -1,6 +1,6 @@ package xlbnet -import tk "github.com/cybwan/fsmxlb/pkg/xlblib" +import tk "github.com/flomesh-io/fsmxlb/pkg/xlblib" // DpEbpfSetLogLevel - Set log level for ebpf subsystem func DpEbpfSetLogLevel(logLevel tk.LogLevelT) { diff --git a/pkg/xlbnet/dpebpf_linux.go b/pkg/xlbnet/dpebpf_linux.go index e0027f3..1cdec27 100644 --- a/pkg/xlbnet/dpebpf_linux.go +++ b/pkg/xlbnet/dpebpf_linux.go @@ -34,8 +34,8 @@ import ( "time" "unsafe" - cmn "github.com/cybwan/fsmxlb/pkg/common" - tk "github.com/cybwan/fsmxlb/pkg/xlblib" + cmn "github.com/flomesh-io/fsmxlb/pkg/common" + tk "github.com/flomesh-io/fsmxlb/pkg/xlblib" ) // This file implements the interface DpHookInterface diff --git a/pkg/xlbnet/gobgpclient.go b/pkg/xlbnet/gobgpclient.go index 770ad22..135d75e 100644 --- a/pkg/xlbnet/gobgpclient.go +++ b/pkg/xlbnet/gobgpclient.go @@ -11,8 +11,8 @@ import ( "sync" "time" - cmn "github.com/cybwan/fsmxlb/pkg/common" - tk "github.com/cybwan/fsmxlb/pkg/xlblib" + cmn "github.com/flomesh-io/fsmxlb/pkg/common" + tk "github.com/flomesh-io/fsmxlb/pkg/xlblib" api "github.com/osrg/gobgp/v3/api" "github.com/osrg/gobgp/v3/pkg/apiutil" diff --git a/pkg/xlbnet/layer2.go b/pkg/xlbnet/layer2.go index a42039d..4b18d65 100644 --- a/pkg/xlbnet/layer2.go +++ b/pkg/xlbnet/layer2.go @@ -6,8 +6,8 @@ import ( "net" "time" - cmn "github.com/cybwan/fsmxlb/pkg/common" - tk "github.com/cybwan/fsmxlb/pkg/xlblib" + cmn "github.com/flomesh-io/fsmxlb/pkg/common" + tk "github.com/flomesh-io/fsmxlb/pkg/xlblib" ) // error codes diff --git a/pkg/xlbnet/layer3.go b/pkg/xlbnet/layer3.go index d4e02c5..dbd3897 100644 --- a/pkg/xlbnet/layer3.go +++ b/pkg/xlbnet/layer3.go @@ -5,8 +5,8 @@ import ( "fmt" "net" - cmn "github.com/cybwan/fsmxlb/pkg/common" - tk "github.com/cybwan/fsmxlb/pkg/xlblib" + cmn "github.com/flomesh-io/fsmxlb/pkg/common" + tk "github.com/flomesh-io/fsmxlb/pkg/xlblib" ) // constants diff --git a/pkg/xlbnet/mirror.go b/pkg/xlbnet/mirror.go index 332f9dc..1a92aac 100644 --- a/pkg/xlbnet/mirror.go +++ b/pkg/xlbnet/mirror.go @@ -3,8 +3,8 @@ package xlbnet import ( "errors" - cmn "github.com/cybwan/fsmxlb/pkg/common" - tk "github.com/cybwan/fsmxlb/pkg/xlblib" + cmn "github.com/flomesh-io/fsmxlb/pkg/common" + tk "github.com/flomesh-io/fsmxlb/pkg/xlblib" ) // error codes diff --git a/pkg/xlbnet/neighbor.go b/pkg/xlbnet/neighbor.go index 725be6d..5f2d0a2 100644 --- a/pkg/xlbnet/neighbor.go +++ b/pkg/xlbnet/neighbor.go @@ -7,8 +7,8 @@ import ( "net" "time" - cmn "github.com/cybwan/fsmxlb/pkg/common" - tk "github.com/cybwan/fsmxlb/pkg/xlblib" + cmn "github.com/flomesh-io/fsmxlb/pkg/common" + tk "github.com/flomesh-io/fsmxlb/pkg/xlblib" ) // error codes diff --git a/pkg/xlbnet/port.go b/pkg/xlbnet/port.go index 5d27899..530239b 100644 --- a/pkg/xlbnet/port.go +++ b/pkg/xlbnet/port.go @@ -9,8 +9,8 @@ import ( "net" "strings" - cmn "github.com/cybwan/fsmxlb/pkg/common" - tk "github.com/cybwan/fsmxlb/pkg/xlblib" + cmn "github.com/flomesh-io/fsmxlb/pkg/common" + tk "github.com/flomesh-io/fsmxlb/pkg/xlblib" ) // error codes diff --git a/pkg/xlbnet/qospol.go b/pkg/xlbnet/qospol.go index b3281cc..5bb2415 100644 --- a/pkg/xlbnet/qospol.go +++ b/pkg/xlbnet/qospol.go @@ -3,8 +3,8 @@ package xlbnet import ( "errors" - cmn "github.com/cybwan/fsmxlb/pkg/common" - tk "github.com/cybwan/fsmxlb/pkg/xlblib" + cmn "github.com/flomesh-io/fsmxlb/pkg/common" + tk "github.com/flomesh-io/fsmxlb/pkg/xlblib" ) // error codes diff --git a/pkg/xlbnet/route.go b/pkg/xlbnet/route.go index 9e6f30f..b8142d5 100644 --- a/pkg/xlbnet/route.go +++ b/pkg/xlbnet/route.go @@ -5,8 +5,8 @@ import ( "fmt" "net" - cmn "github.com/cybwan/fsmxlb/pkg/common" - tk "github.com/cybwan/fsmxlb/pkg/xlblib" + cmn "github.com/flomesh-io/fsmxlb/pkg/common" + tk "github.com/flomesh-io/fsmxlb/pkg/xlblib" ) // error codes diff --git a/pkg/xlbnet/rules.go b/pkg/xlbnet/rules.go index 142b7c2..a0a407c 100644 --- a/pkg/xlbnet/rules.go +++ b/pkg/xlbnet/rules.go @@ -6,8 +6,8 @@ import ( "encoding/json" "errors" "fmt" - cmn "github.com/cybwan/fsmxlb/pkg/common" - tk "github.com/cybwan/fsmxlb/pkg/xlblib" + cmn "github.com/flomesh-io/fsmxlb/pkg/common" + tk "github.com/flomesh-io/fsmxlb/pkg/xlblib" probing "github.com/prometheus-community/pro-bing" "io/ioutil" "net" diff --git a/pkg/xlbnet/session.go b/pkg/xlbnet/session.go index 4faa840..3add2bf 100644 --- a/pkg/xlbnet/session.go +++ b/pkg/xlbnet/session.go @@ -5,8 +5,8 @@ import ( "fmt" "net" - cmn "github.com/cybwan/fsmxlb/pkg/common" - tk "github.com/cybwan/fsmxlb/pkg/xlblib" + cmn "github.com/flomesh-io/fsmxlb/pkg/common" + tk "github.com/flomesh-io/fsmxlb/pkg/xlblib" ) // error codes for session api diff --git a/pkg/xlbnet/utils.go b/pkg/xlbnet/utils.go index 0f113a2..8354868 100644 --- a/pkg/xlbnet/utils.go +++ b/pkg/xlbnet/utils.go @@ -4,8 +4,8 @@ import ( "bytes" "crypto/tls" "crypto/x509" - opts "github.com/cybwan/fsmxlb/pkg/options" - tk "github.com/cybwan/fsmxlb/pkg/xlblib" + opts "github.com/flomesh-io/fsmxlb/pkg/options" + tk "github.com/flomesh-io/fsmxlb/pkg/xlblib" "io/ioutil" "net/http" "os" diff --git a/pkg/xlbnet/vlan.go b/pkg/xlbnet/vlan.go index 8ca52f8..c742cb3 100644 --- a/pkg/xlbnet/vlan.go +++ b/pkg/xlbnet/vlan.go @@ -5,8 +5,8 @@ import ( "fmt" "strings" - cmn "github.com/cybwan/fsmxlb/pkg/common" - tk "github.com/cybwan/fsmxlb/pkg/xlblib" + cmn "github.com/flomesh-io/fsmxlb/pkg/common" + tk "github.com/flomesh-io/fsmxlb/pkg/xlblib" ) // error codes for vlan mod api diff --git a/pkg/xlbnet/xlbnet.go b/pkg/xlbnet/xlbnet.go index 6c51a54..6bae3e7 100644 --- a/pkg/xlbnet/xlbnet.go +++ b/pkg/xlbnet/xlbnet.go @@ -3,12 +3,12 @@ package xlbnet import ( "errors" "fmt" - apiserver "github.com/cybwan/fsmxlb/api" - prometheus "github.com/cybwan/fsmxlb/api/prometheus" - nlp "github.com/cybwan/fsmxlb/api/xlbnlp" - cmn "github.com/cybwan/fsmxlb/pkg/common" - opts "github.com/cybwan/fsmxlb/pkg/options" - tk "github.com/cybwan/fsmxlb/pkg/xlblib" + apiserver "github.com/flomesh-io/fsmxlb/api" + prometheus "github.com/flomesh-io/fsmxlb/api/prometheus" + nlp "github.com/flomesh-io/fsmxlb/api/xlbnlp" + cmn "github.com/flomesh-io/fsmxlb/pkg/common" + opts "github.com/flomesh-io/fsmxlb/pkg/options" + tk "github.com/flomesh-io/fsmxlb/pkg/xlblib" "io" "net" "net/http" diff --git a/pkg/xlbnet/zones.go b/pkg/xlbnet/zones.go index dfe557b..4b6ed37 100644 --- a/pkg/xlbnet/zones.go +++ b/pkg/xlbnet/zones.go @@ -4,7 +4,7 @@ import ( "errors" "sync" - tk "github.com/cybwan/fsmxlb/pkg/xlblib" + tk "github.com/flomesh-io/fsmxlb/pkg/xlblib" ) // This file implements self-contained network security zones