Skip to content

Commit

Permalink
-- add homenet to run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Marian Schwarz committed Aug 23, 2015
1 parent 7795074 commit a1ad09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ set -ex
./k8s-quagga zebra

# generate ospfd conf
./k8s-quagga ospfd --Interface ${K8S_QUAGGA_INTERFACE} --RouterId ${K8S_QUAGGA_ROUTERID} --PortalNet ${K8S_QUAGGA_PORTALNET} --ContainerNet ${K8S_QUAGGA_CONTAINERNET}
./k8s-quagga ospfd --Interface ${K8S_QUAGGA_INTERFACE} --RouterId ${K8S_QUAGGA_ROUTERID} --HomeNet ${K8S_QUAGGA_HOMENET} --PortalNet ${K8S_QUAGGA_PORTALNET} --ContainerNet ${K8S_QUAGGA_CONTAINERNET}

exec /usr/bin/supervisord -c /etc/supervisord.conf

0 comments on commit a1ad09c

Please sign in to comment.