summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjack9603301 <jack9603301@163.com>2021-01-23 17:19:53 +0800
committerjack9603301 <jack9603301@163.com>2021-01-23 21:45:32 +0800
commitc7a967b2d9c83fe4825d1ca672a9aa15615c5a99 (patch)
tree20e86a840611f37757e2b2cb9aa6f9e35b73ac76
parent9d2ce9c1d0078a16c698c7c5ce503044c780b04d (diff)
downloadvyos-1x-c7a967b2d9c83fe4825d1ca672a9aa15615c5a99.tar.gz
vyos-1x-c7a967b2d9c83fe4825d1ca672a9aa15615c5a99.zip
nptv6: T2518: Remove trailing spaces
-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)
-