summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/templates/firewall/nftables-nat66.tmpl1
-rw-r--r--data/templates/proxy-ndp/ndppd.conf.tmpl1
-rwxr-xr-xsrc/migration-scripts/nat66/0-to-11
3 files changed, 0 insertions, 3 deletions
diff --git a/data/templates/firewall/nftables-nat66.tmpl b/data/templates/firewall/nftables-nat66.tmpl
index 80150c7a4..45506ca09 100644
--- a/data/templates/firewall/nftables-nat66.tmpl
+++ b/data/templates/firewall/nftables-nat66.tmpl
@@ -104,4 +104,3 @@ add rule ip6 raw NAT_CONNTRACK counter accept
{{ nptv6_rule(rule, config, 'POSTROUTING') }}
{% endfor %}
{% endif %}
-
diff --git a/data/templates/proxy-ndp/ndppd.conf.tmpl b/data/templates/proxy-ndp/ndppd.conf.tmpl
index 6ef9f3f8b..844b644b7 100644
--- a/data/templates/proxy-ndp/ndppd.conf.tmpl
+++ b/data/templates/proxy-ndp/ndppd.conf.tmpl
@@ -45,5 +45,4 @@ proxy {{ i }} {
{% endif %}
{% endfor %}
}
-
{% endfor %}
diff --git a/src/migration-scripts/nat66/0-to-1 b/src/migration-scripts/nat66/0-to-1
index 67024cf77..602c5f5c1 100755
--- a/src/migration-scripts/nat66/0-to-1
+++ b/src/migration-scripts/nat66/0-to-1
@@ -70,4 +70,3 @@ try:
except OSError as e:
print("Failed to save the modified config: {}".format(e))
exit(1)
-