Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

T2102: Add interface to PPPoE-server without restarting sessions #2182

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
23 changes: 23 additions & 0 deletions op-mode-definitions/force-pppoe-server.xml.in
@@ -0,0 +1,23 @@
<?xml version="1.0"?>
<interfaceDefinition>
<node name="force">
<children>
<node name="pppoe-server">
<properties>
<help>Set PPPoE-server oprions</help>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be spelled: options

</properties>
<children>
<tagNode name="interface">
<properties>
<help>Set listen interface</help>
<completionHelp>
<script>${vyos_completion_dir}/list_interfaces.py</script>
</completionHelp>
</properties>
<command>/usr/bin/accel-cmd -p 2001 pppoe interface add $4</command>
</tagNode>
</children>
</node>
</children>
</node>
</interfaceDefinition>