Enable extension and ipsec flannel backends

This commit is contained in:
Erik Wilson 2019-09-06 16:44:26 -07:00
parent 3cd807a657
commit 36fa425d45

View File

@ -29,6 +29,8 @@ import (
log "k8s.io/klog"
// Backends need to be imported for their init() to get executed and them to register
_ "github.com/coreos/flannel/backend/extension"
_ "github.com/coreos/flannel/backend/ipsec"
_ "github.com/coreos/flannel/backend/vxlan"
)