Skip to content

Commit be41fd7

Browse files
committed
vr: create tables before applying egress iptables rules
This fixes the issue that post-upgrade egress rules are not applied on VR, restarting the network with cleanup used to be the workaround. Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent 1e781c6 commit be41fd7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

systemvm/debian/opt/cloud/bin/configure.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -957,6 +957,7 @@ def process(self):
957957
acls.process()
958958

959959
acls = CsAcl('firewallrules', self.config)
960+
acls.flushAllowAllEgressRules()
960961
acls.process()
961962

962963
fwd = CsForwardingRules("forwardingrules", self.config)

0 commit comments

Comments
 (0)