You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by my...@apache.org on 2020/05/20 07:38:17 UTC

[incubator-dlab] branch DLAB-515 updated: [DLAB-515] - nftables.conf fixed

This is an automated email from the ASF dual-hosted git repository.

mykolabodnar pushed a commit to branch DLAB-515
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/DLAB-515 by this push:
     new 8163a43  [DLAB-515] - nftables.conf fixed
8163a43 is described below

commit 8163a433bda448acf437251e62b29100ccd0ab46
Author: bodnarmykola <46...@users.noreply.github.com>
AuthorDate: Wed May 20 10:38:06 2020 +0300

    [DLAB-515] - nftables.conf fixed
---
 infrastructure-provisioning/src/project/templates/nftables.conf | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/project/templates/nftables.conf b/infrastructure-provisioning/src/project/templates/nftables.conf
index 8bd5e3f..adde923 100644
--- a/infrastructure-provisioning/src/project/templates/nftables.conf
+++ b/infrastructure-provisioning/src/project/templates/nftables.conf
@@ -13,9 +13,10 @@ table inet filter {
                 type filter hook output priority 0;
         }
 }
+
 table ip nat {
         chain postrouting {
                 type nat hook postrouting priority 100; policy accept;
                 ip saddr SUBNET_CIDR oif "eth0" snat to EDGE_IP
         }
-}
\ No newline at end of file
+}


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org