Commit 36fa425d authored by Erik Wilson's avatar Erik Wilson

Enable extension and ipsec flannel backends

parent 3cd807a6
...@@ -29,6 +29,8 @@ import ( ...@@ -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"
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment