From c7a967b2d9c83fe4825d1ca672a9aa15615c5a99 Mon Sep 17 00:00:00 2001 From: jack9603301 Date: Sat, 23 Jan 2021 17:19:53 +0800 Subject: nptv6: T2518: Remove trailing spaces --- data/templates/firewall/nftables-nat66.tmpl | 1 - data/templates/proxy-ndp/ndppd.conf.tmpl | 1 - src/migration-scripts/nat66/0-to-1 | 1 - 3 files changed, 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) - -- cgit v1.2.3