Enable extension and ipsec flannel backends

pull/719/head
Erik Wilson 2019-09-06 16:44:26 -07:00
parent 3cd807a657
commit 36fa425d45
1 changed files with 2 additions and 0 deletions

View File

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