From: Ondrej Lichtner olichtne@redhat.com
Signed-off-by: Ondrej Lichtner olichtne@redhat.com --- README.md | 2 +- docs/source/installation.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md index dec9aba..7932f74 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Documentation is available in the `docs/` directory, you can build it with
## How to contact us
-* Git Source Tree: https://github.com/jpirko/lnst +* Git Source Tree: https://github.com/LNST-project/lnst * Mailing List: lnst-developers@lists.fedorahosted.org * IRC channel: #lnst @ freenode.net
diff --git a/docs/source/installation.rst b/docs/source/installation.rst index e7a8156..38df777 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -15,7 +15,7 @@ installation involves the following steps:
.. code-block:: bash
- git clone https://github.com/jpirko/lnst + git clone https://github.com/LNST-project/lnst cd lnst pip3 install --requirement requirements.txt pip3 install .
From: Ondrej Lichtner olichtne@redhat.com
Signed-off-by: Ondrej Lichtner olichtne@redhat.com --- lnst/Recipes/ENRT/BondRecipe.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/lnst/Recipes/ENRT/BondRecipe.py b/lnst/Recipes/ENRT/BondRecipe.py index cd5742b..2d8c71a 100644 --- a/lnst/Recipes/ENRT/BondRecipe.py +++ b/lnst/Recipes/ENRT/BondRecipe.py @@ -62,12 +62,12 @@ class BondRecipe(CommonHWSubConfigMixin, OffloadSubConfigMixin, miimon_value = IntParam(mandatory=True)
def test_wide_configuration(self): - """ - Test wide configuration for this recipe involves creating a bonding - device using the two matched physical devices as slaves on host1. - The bonding mode and miimon interval is configured on the bonding device - according to the recipe parameters. IPv4 and IPv6 addresses are added to - the bonding device and to the matched ethernet device on host2. + """ + Test wide configuration for this recipe involves creating a bonding + device using the two matched physical devices as slaves on host1. + The bonding mode and miimon interval is configured on the bonding device + according to the recipe parameters. IPv4 and IPv6 addresses are added to + the bonding device and to the matched ethernet device on host2.
| host1.bond0 = 192.168.101.1/24 and fc00::1/64 | host2.eth0 = 192.168.101.2/24 and fc00::2/64
On Wed, May 13, 2020 at 07:06:23PM +0200, olichtne@redhat.com wrote:
From: Ondrej Lichtner olichtne@redhat.com
Signed-off-by: Ondrej Lichtner olichtne@redhat.com
README.md | 2 +- docs/source/installation.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md index dec9aba..7932f74 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Documentation is available in the `docs/` directory, you can build it with
## How to contact us
-* Git Source Tree: https://github.com/jpirko/lnst +* Git Source Tree: https://github.com/LNST-project/lnst
- Mailing List: lnst-developers@lists.fedorahosted.org
- IRC channel: #lnst @ freenode.net
diff --git a/docs/source/installation.rst b/docs/source/installation.rst index e7a8156..38df777 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -15,7 +15,7 @@ installation involves the following steps:
.. code-block:: bash
- git clone https://github.com/jpirko/lnst
- git clone https://github.com/LNST-project/lnst cd lnst pip3 install --requirement requirements.txt pip3 install .
-- 2.26.2
These are just minor doc changes, pushing.
-Ondrej
lnst-developers@lists.fedorahosted.org