Use vxlan as default backend

pull/6/head
Harry Zhang 2015-11-27 14:24:14 +00:00
parent 14bebe343c
commit eae12de67c
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ function config_etcd {
exit 2
fi
/opt/bin/etcdctl mk /coreos.com/network/config "{\"Network\":\"${FLANNEL_NET}\"}"
/opt/bin/etcdctl mk /coreos.com/network/config "{\"Network\":\"${FLANNEL_NET}\", \"Backend\": {\"Type\": \"vxlan\"}}"
attempt=$((attempt+1))
sleep 3
fi