This repository was archived by the owner on Mar 27, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +8
-5
lines changed
Expand file tree Collapse file tree 6 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ require (
1616 github.com/containernetworking/cni v1.3.0 // indirect
1717 github.com/coreos/go-iptables v0.8.0 // indirect
1818 github.com/datum-cloud/galactic v0.0.3 // indirect
19+ github.com/datum-cloud/galactic-common v0.0.0-20251028162316-06f70d39f8ed // indirect
1920 github.com/fsnotify/fsnotify v1.8.0 // indirect
2021 github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
2122 github.com/gorilla/websocket v1.5.3 // indirect
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ github.com/coreos/go-iptables v0.8.0/go.mod h1:Qe8Bv2Xik5FyTXwgIbLAnv2sWSBmvWdFE
77github.com/cpuguy83/go-md2man/v2 v2.0.6 /go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g =
88github.com/datum-cloud/galactic v0.0.3 h1:+HyGRQu2yPKUcIYF9L9mUC9MTWZZVlluwfc33CflIME =
99github.com/datum-cloud/galactic v0.0.3 /go.mod h1:FshdOqC4SwuZZZ8C9G+PeOFCKBAWfguvb5u2V6MiXMw =
10+ github.com/datum-cloud/galactic-common v0.0.0-20251028162316-06f70d39f8ed h1:g1FgebSEgbJGq3RpB6GsJAObUFChP2IuP1OwBqINRlU =
11+ github.com/datum-cloud/galactic-common v0.0.0-20251028162316-06f70d39f8ed /go.mod h1:lJ8fte6gUiIi7cecSrfvicTQMgq+ejFrdN97ElARDR8 =
1012github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
1113github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
1214github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
Original file line number Diff line number Diff line change 55
66 "github.com/vishvananda/netlink"
77
8- "github.com/datum-cloud/galactic/util"
8+ "github.com/datum-cloud/galactic-common /util"
99)
1010
1111func Add (ipnet * net.IPNet , vpc , vpcAttachment string ) error {
Original file line number Diff line number Diff line change 66 "github.com/vishvananda/netlink"
77 "github.com/vishvananda/netlink/nl"
88
9- "github.com/datum-cloud/galactic/cni /vrf"
9+ "github.com/datum-cloud/galactic-common /vrf"
1010)
1111
1212const LoopbackDevice = "lo-galactic"
Original file line number Diff line number Diff line change 66 "github.com/vishvananda/netlink"
77 "github.com/vishvananda/netlink/nl"
88
9- "github.com/datum-cloud/galactic/cni/vrf "
10- "github.com/datum-cloud/galactic/util "
9+ "github.com/datum-cloud/galactic-common/util "
10+ "github.com/datum-cloud/galactic-common/vrf "
1111)
1212
1313func Add (ip * net.IPNet , vpc , vpcAttachment string ) error {
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
1212 "github.com/datum-cloud/galactic-agent/srv6/neighborproxy"
1313 "github.com/datum-cloud/galactic-agent/srv6/routeegress"
1414 "github.com/datum-cloud/galactic-agent/srv6/routeingress"
15- "github.com/datum-cloud/galactic/util"
15+ "github.com/datum-cloud/galactic-common /util"
1616)
1717
1818func RouteIngressAdd (ipStr string ) error {
You can’t perform that action at this time.
0 commit comments