From 8a83578b5f007b4be348a969a74ad6c185c5b9e0 Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Tue, 9 May 2017 12:20:28 -0400 Subject: [UCA-10] Fix issue with MTU size in dockers Change-Id: I19db615d3f5364d6b0894aabf5de60d192183595 Signed-off-by: Marco Platania --- boot/mr_vm_init.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'boot/mr_vm_init.sh') diff --git a/boot/mr_vm_init.sh b/boot/mr_vm_init.sh index 4e0ae6fb..8b80d469 100644 --- a/boot/mr_vm_init.sh +++ b/boot/mr_vm_init.sh @@ -1,5 +1,7 @@ #!/bin/bash +export MTU=$(/sbin/ifconfig | grep MTU | sed 's/.*MTU://' | sed 's/ .*//' | sort -n | head -1) + cd /opt/dcae-startup-vm-message-router git pull bash deploy.sh -- cgit 1.2.3-korg