From 8f5275399e0319f1320aa2245acdd7aba3b5aa0f Mon Sep 17 00:00:00 2001 From: Ronald van Zantvoort Date: Mon, 8 May 2017 13:30:56 +0200 Subject: [PATCH] vRouter: vr_cfg: Keep the original cfg --- systemvm/patches/debian/config/opt/cloud/bin/vr_cfg.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systemvm/patches/debian/config/opt/cloud/bin/vr_cfg.sh b/systemvm/patches/debian/config/opt/cloud/bin/vr_cfg.sh index d0eb1fccf79..e004127c2a0 100755 --- a/systemvm/patches/debian/config/opt/cloud/bin/vr_cfg.sh +++ b/systemvm/patches/debian/config/opt/cloud/bin/vr_cfg.sh @@ -90,8 +90,8 @@ do fi done < $cfg -#remove the configuration file, log file should have all the records as well -rm -f $cfg +# archive the configuration file +mv $cfg /var/cache/cloud/processed/ # Flush kernel conntrack table log_it "VR config: Flushing conntrack table"