summaryrefslogtreecommitdiff
path: root/docs/contributing
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-08-19 12:51:46 +0200
committerChristian Poessinger <christian@poessinger.com>2021-08-19 12:53:24 +0200
commit4887b8e1db80ccbf7dcb3e370891e80f8366de2a (patch)
tree65b945bdcd9319216fca0faa6f44887b23bdd642 /docs/contributing
parent720e7b38ec9ac1851c3a22523492506c5b55879d (diff)
downloadvyos-documentation-4887b8e1db80ccbf7dcb3e370891e80f8366de2a.tar.gz
vyos-documentation-4887b8e1db80ccbf7dcb3e370891e80f8366de2a.zip
build-vyos: add hint about lo interface sysctl knob
(cherry picked from commit b0497191f7db7a5a37448ed7ba1f74321d0e2abc)
Diffstat (limited to 'docs/contributing')
-rw-r--r--docs/contributing/build-vyos.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/contributing/build-vyos.rst b/docs/contributing/build-vyos.rst
index 792c4208..935f73b5 100644
--- a/docs/contributing/build-vyos.rst
+++ b/docs/contributing/build-vyos.rst
@@ -129,6 +129,13 @@ per release train (`current` or `crux`) - container. Add the following to your
Now you are prepared with two new aliases ``vybld`` and ``vybld_crux`` to spawn
your development containers in your current working directory.
+.. note:: Some VyOS packages (namely vyos-1x) come with build-time tests which
+ verify some of the internal library calls that they work as expected. Those
+ tests are carried out through the Python Unittest module. If you wan't to
+ build the ``vyos-1x`` package (which is our main development package) you need
+ to start your Docker container using the following argument:
+ ``--sysctl net.ipv6.conf.lo.disable_ipv6=0``, otherwise those tests will fail.
+
.. _build_native:
Native Build