diff options
author | Daniil Baturin <daniil@vyos.io> | 2023-02-13 15:06:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-13 15:06:31 +0000 |
commit | 9c481b00cae8ed1d121c809fb5edc24a937525e9 (patch) | |
tree | c3d2d985b6053bb2f4f5a621fd834bc138495052 /interface-definitions/include/accel-ppp/shaper.xml.i | |
parent | e7d80294ca5ab3c323c2f16702777724ee5fa121 (diff) | |
parent | 8c98ceeee57d062969456d1848b952ed9a3dd7fb (diff) | |
download | vyos-1x-9c481b00cae8ed1d121c809fb5edc24a937525e9.tar.gz vyos-1x-9c481b00cae8ed1d121c809fb5edc24a937525e9.zip |
Merge pull request #1812 from sever-sever/T1993-eq
T1993: PPPoE-server add section shaper and fwmark option
Diffstat (limited to 'interface-definitions/include/accel-ppp/shaper.xml.i')
-rw-r--r-- | interface-definitions/include/accel-ppp/shaper.xml.i | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/interface-definitions/include/accel-ppp/shaper.xml.i b/interface-definitions/include/accel-ppp/shaper.xml.i new file mode 100644 index 000000000..b4f9536d2 --- /dev/null +++ b/interface-definitions/include/accel-ppp/shaper.xml.i @@ -0,0 +1,21 @@ +<!-- include start from accel-ppp/shaper.xml.i --> +<node name="shaper"> + <properties> + <help>Traffic shaper bandwidth parameters</help> + </properties> + <children> + <leafNode name="fwmark"> + <properties> + <help>Firewall mark value for traffic that excludes from shaping</help> + <valueHelp> + <format>u32:1-2147483647</format> + <description>Match firewall mark value</description> + </valueHelp> + <constraint> + <validator name="numeric" argument="--range 1-2147483647"/> + </constraint> + </properties> + </leafNode> + </children> +</node> +<!-- include end --> |