summaryrefslogtreecommitdiff
path: root/src/conf_mode/interfaces-pppoe.py
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2022-05-01 20:27:07 +0200
committerChristian Poessinger <christian@poessinger.com>2022-05-01 20:27:07 +0200
commit644a0fe475b137185ada36a6b7a0ca43259f1d0a (patch)
tree06a8b3b0987d4584f59479a43e9e9cd999a09100 /src/conf_mode/interfaces-pppoe.py
parent4400d11709a86fddf63a98cadc4241776afa3e35 (diff)
downloadvyos-1x-644a0fe475b137185ada36a6b7a0ca43259f1d0a.tar.gz
vyos-1x-644a0fe475b137185ada36a6b7a0ca43259f1d0a.zip
pppoe: T4353: fix Jinja2 linting errors
Diffstat (limited to 'src/conf_mode/interfaces-pppoe.py')
-rwxr-xr-xsrc/conf_mode/interfaces-pppoe.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf_mode/interfaces-pppoe.py b/src/conf_mode/interfaces-pppoe.py
index 26daa8381..e2fdc7a42 100755
--- a/src/conf_mode/interfaces-pppoe.py
+++ b/src/conf_mode/interfaces-pppoe.py
@@ -92,7 +92,7 @@ def generate(pppoe):
return None
# Create PPP configuration files
- render(config_pppoe, 'pppoe/peer.tmpl', pppoe, permission=0o640)
+ render(config_pppoe, 'pppoe/peer.j2', pppoe, permission=0o640)
return None