diff options
| author | Daniil Baturin <daniil@vyos.io> | 2025-08-12 15:31:00 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-12 15:31:00 +0100 |
| commit | 703031e46b7a01f022b5b83766f4aa0bf4353963 (patch) | |
| tree | 7fba79247d7c1bc373d93c88809ede774b4cbf85 /interface-definitions/include/vpp/netlink.xml.i | |
| parent | 33b13061b55a8dbf302dcfaed1cf89b3e0f12e63 (diff) | |
| parent | 1a83bde3c14ff893960c3d2921279d82fdb21f76 (diff) | |
| download | vyos-1x-703031e46b7a01f022b5b83766f4aa0bf4353963.tar.gz vyos-1x-703031e46b7a01f022b5b83766f4aa0bf4353963.zip | |
Merge pull request #4650 from sever-sever/T7697
T7697: Merge vyos-vpp repo into vyos-1x
Diffstat (limited to 'interface-definitions/include/vpp/netlink.xml.i')
| -rw-r--r-- | interface-definitions/include/vpp/netlink.xml.i | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/interface-definitions/include/vpp/netlink.xml.i b/interface-definitions/include/vpp/netlink.xml.i new file mode 100644 index 000000000..903100d00 --- /dev/null +++ b/interface-definitions/include/vpp/netlink.xml.i @@ -0,0 +1,45 @@ +<!-- include start from vpp/netlink.xml.i --> +<node name="netlink"> + <properties> + <help>Netlink options</help> + </properties> + <children> + <leafNode name="rx-buffer-size"> + <properties> + <help>Receive buffer size</help> + <valueHelp> + <format>u32:0-4294967295</format> + <description>Receive buffer size</description> + </valueHelp> + <constraint> + <validator name="numeric" argument="--range 0-4294967295"/> + </constraint> + </properties> + </leafNode> + <leafNode name="batch-size"> + <properties> + <help>Batch size</help> + <valueHelp> + <format>u32:0-4294967295</format> + <description>Batch size</description> + </valueHelp> + <constraint> + <validator name="numeric" argument="--range 0-4294967295"/> + </constraint> + </properties> + </leafNode> + <leafNode name="batch-delay-ms"> + <properties> + <help>Batch delay</help> + <valueHelp> + <format>u32:0-4294967295</format> + <description>Batch delay (in ms)</description> + </valueHelp> + <constraint> + <validator name="numeric" argument="--range 0-4294967295"/> + </constraint> + </properties> + </leafNode> +</children> +</node> +<!-- include end --> |
