Page MenuHomeVyOS Platform

Add a configurable VPP-CP listen interface option to accel-ppp-ng
Closed, ResolvedPublicFEATURE REQUEST

Description

Summary

Add the VPP vpp-cp (control-plane) option for configuration accel-ppp-ng
It allows listening to PPP packets for the control plane.
Accel-ppp config

{%         if iface_config.vlan is not vyos_defined %}
interface={{ iface }},vpp-cp=true
{%         else %}
...
{%             if iface_config.combined is vyos_defined %}
interface={{ iface }},vpp-cp=true
{%             endif %}

It also would require an additional option got vpp

sudo vppctl create pppoe map dp eth1 cp tap4096

Use case

Allow the PPP control packets to move from VPP to the control plane.

Additional information

Proposed CLI

set service pppoe-server interface eth1 vpp-cp

Details

Version
-
Is it a breaking change?
Perfectly compatible
Issue type
Feature (new functionality)

Event Timeline

dmbaturin renamed this task from Accel-ppp-ng add configuratbe VPP listen to interface option vpp-cp to Add a configurable VPP-CP listen interface option to accel-ppp-ng.Thu, Nov 13, 1:04 AM
dmbaturin changed Is it a breaking change? from Unspecified (possibly destroys the router) to Perfectly compatible.