summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/vyos/ifconfig/l2tpv3.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/vyos/ifconfig/l2tpv3.py b/python/vyos/ifconfig/l2tpv3.py
index ea9294e99..141a77e7c 100644
--- a/python/vyos/ifconfig/l2tpv3.py
+++ b/python/vyos/ifconfig/l2tpv3.py
@@ -48,7 +48,7 @@ class L2TPv3If(Interface):
definition = {
**Interface.definition,
**{
- 'section': 'l2tpeth',
+ 'section': 'l2tpv3',
'prefixes': ['l2tpeth', ],
'bridgeable': True,
}