Skip to content

Commit 6d1dae0

Browse files
T8010: Added the vyos_vpp plugin to the accel-pppd's template
Signed-off-by: Andrii Melnychenko <[email protected]>
1 parent 617c99b commit 6d1dae0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

data/templates/accel-ppp/pppoe.config.j2

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ connlimit
2020
sigchld
2121
pppd_compat
2222
{% endif %}
23+
{% if interface is vyos_defined %}
24+
vyos_vpp
25+
{% endif %}
2326

2427
[core]
2528
thread-count={{ thread_count }}

0 commit comments

Comments
 (0)