From d199d4329b537f2f0cea3826f0aa54e61cc27535 Mon Sep 17 00:00:00 2001
From: Attila Farkas <x394097@fi.muni.cz>
Date: Wed, 19 Feb 2020 09:11:35 +0100
Subject: [PATCH] delete permanent save of routing on br

---
 templates/br | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/br b/templates/br
index 5701047..b3ce313 100644
--- a/templates/br
+++ b/templates/br
@@ -35,6 +35,6 @@
   async: 1
   poll: 0
 
-- name: Save postrouting rule
-  command: su -c 'iptables-save > /etc/iptables.rules'
+{# name: Save postrouting rule #}
+{# command: su -c 'iptables-save > /etc/iptables.rules' #}
 ...
-- 
GitLab