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

docs/vcl: Improve code-blocks #29066

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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/root/configuration/other_features/vcl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Installing and running VPP/VCL

For information on how to build and/or install VPP see the getting started guide `here <https://fd.io/docs/vpp/master/>`_. Assuming the use of DPDK interfaces, a minimal ``startup.conf`` file that also configures the host stack would consist of:

.. code-block:: text
.. code-block:: vcl

unix {
# Run in interactive mode and not as a daemon
Expand Down Expand Up @@ -103,7 +103,7 @@ Manually start VPP, once a binary is obtained: ``./vpp -c startup.conf``

VCL can be configured by either adding a configuration file to ``/etc/vpp/vcl.conf`` or by pointing the ``VCL_CONFIG`` environment variable to a configuration file. A minimal example that can be used for RPS load testing can be found lower:

.. code-block:: text
.. code-block:: vcl

vcl {
# Max rx/tx session buffers sizes in bytes. Increase for high throughput traffic.
Expand Down