summaryrefslogtreecommitdiff
path: root/data/templates/accel-ppp/pppoe.config.j2
AgeCommit message (Collapse)Author
2022-09-17pppoe-server: T4703: combine vlan-id and vlan-range into single CLI nodeChristian Poessinger
The initial Accel-PPP PPPoE implementation used: set service pppoe-server interface <name> vlan-id <id> set service pppoe-server interface <name> vlan-range <start-stop> This is actually a duplicated CLI node.
2022-05-01accel-ppp: T4353: fix Jinja2 linting errorsChristian Poessinger