diff options
author | Christian Breunig <christian@breunig.cc> | 2023-02-10 07:54:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-10 07:54:45 +0100 |
commit | 7000d33d3dd275796cf0d9ac450a3af88168c907 (patch) | |
tree | 16f1fddcd4814ca7210f92f9229832910faf5309 /interface-definitions/service-pppoe-server.xml.in | |
parent | 078faa6718c2afb918031f52430d586a006dd050 (diff) | |
parent | 3f4aee7a34463594b8b3164f472dc4ff35eac322 (diff) | |
download | vyos-1x-7000d33d3dd275796cf0d9ac450a3af88168c907.tar.gz vyos-1x-7000d33d3dd275796cf0d9ac450a3af88168c907.zip |
Merge pull request #1808 from sever-sever/T1993
T1993: PPPoE-server add section shaper and fwmark option
Diffstat (limited to 'interface-definitions/service-pppoe-server.xml.in')
-rw-r--r-- | interface-definitions/service-pppoe-server.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-definitions/service-pppoe-server.xml.in b/interface-definitions/service-pppoe-server.xml.in index 47f60d27d..3fde07019 100644 --- a/interface-definitions/service-pppoe-server.xml.in +++ b/interface-definitions/service-pppoe-server.xml.in @@ -228,6 +228,7 @@ </properties> <defaultValue>replace</defaultValue> </leafNode> + #include <include/accel-ppp/shaper.xml.i> <node name="snmp"> <properties> <help>Enable SNMP</help> |