Merge b749def837
into ee480dece4
This commit is contained in:
@@ -17,7 +17,7 @@ package encapsulation
|
||||
import (
|
||||
"net"
|
||||
|
||||
"github.com/squat/kilo/pkg/iptables"
|
||||
"github.com/kilo-io/kilo/pkg/iptables"
|
||||
)
|
||||
|
||||
// Strategy identifies which packets within a location should
|
||||
|
@@ -19,8 +19,9 @@ import (
|
||||
"net"
|
||||
"sync"
|
||||
|
||||
"github.com/squat/kilo/pkg/iptables"
|
||||
"github.com/vishvananda/netlink"
|
||||
|
||||
"github.com/kilo-io/kilo/pkg/iptables"
|
||||
)
|
||||
|
||||
const flannelDeviceName = "flannel.1"
|
||||
|
@@ -18,8 +18,8 @@ import (
|
||||
"fmt"
|
||||
"net"
|
||||
|
||||
"github.com/squat/kilo/pkg/iproute"
|
||||
"github.com/squat/kilo/pkg/iptables"
|
||||
"github.com/kilo-io/kilo/pkg/iproute"
|
||||
"github.com/kilo-io/kilo/pkg/iptables"
|
||||
)
|
||||
|
||||
type ipip struct {
|
||||
|
@@ -17,7 +17,7 @@ package encapsulation
|
||||
import (
|
||||
"net"
|
||||
|
||||
"github.com/squat/kilo/pkg/iptables"
|
||||
"github.com/kilo-io/kilo/pkg/iptables"
|
||||
)
|
||||
|
||||
// Noop is an encapsulation that does nothing.
|
||||
|
Reference in New Issue
Block a user