diff options
author | Alex Oberhauser <alex.oberhauser@networld.to> | 2022-11-05 11:04:17 -0400 |
---|---|---|
committer | Alex Oberhauser <alex.oberhauser@networld.to> | 2022-11-05 11:04:17 -0400 |
commit | c62638fa308ba479ef0c83850acacb73ea316992 (patch) | |
tree | 9a23ed03f46047a422f56d56ec4bbe556ab9b2e2 /docs/contributing | |
parent | 87468e951c232a7b919549083b506dcd0e94b2d9 (diff) | |
download | vyos-documentation-c62638fa308ba479ef0c83850acacb73ea316992.tar.gz vyos-documentation-c62638fa308ba479ef0c83850acacb73ea316992.zip |
Fixing more lint errors: Warning: Line too long: len=81
Diffstat (limited to 'docs/contributing')
-rw-r--r-- | docs/contributing/build-vyos.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/contributing/build-vyos.rst b/docs/contributing/build-vyos.rst index cc9f7ecd..afb1c27c 100644 --- a/docs/contributing/build-vyos.rst +++ b/docs/contributing/build-vyos.rst @@ -132,9 +132,10 @@ 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 want 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 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: |