diff options
| author | Haiyang <haiyang@awolf.net> | 2025-09-24 10:47:23 +0800 |
|---|---|---|
| committer | Haiyang <haiyang@awolf.net> | 2025-09-24 10:47:23 +0800 |
| commit | fa47905c62b39a9088eef72726219fd7b8a65f51 (patch) | |
| tree | 655dea6ac0da428a2363612fa00a4676998bebbb /python | |
| parent | bf1c29aa71980158a4e820d69351660e863cf219 (diff) | |
| download | vyos-1x-fa47905c62b39a9088eef72726219fd7b8a65f51.tar.gz vyos-1x-fa47905c62b39a9088eef72726219fd7b8a65f51.zip | |
l2tpv3: T7721: fix show l2tpv3 interface information
Diffstat (limited to 'python')
| -rw-r--r-- | python/vyos/ifconfig/l2tpv3.py | 2 |
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, } |
