From 100552f8151321488243d9e8848ecabf1d923d61 Mon Sep 17 00:00:00 2001 From: Dorota Wojcik Date: Mon, 13 Nov 2023 15:25:08 +0100 Subject: [PATCH] fix --- docs/platform/howto/vpc-peering-upcloud.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/platform/howto/vpc-peering-upcloud.rst b/docs/platform/howto/vpc-peering-upcloud.rst index 73e5ea0488..4900060fe3 100644 --- a/docs/platform/howto/vpc-peering-upcloud.rst +++ b/docs/platform/howto/vpc-peering-upcloud.rst @@ -146,15 +146,15 @@ You only need to take this step if any of your VMs has been created before setti A peering connection between an Aiven VPC and VMs created before the peering setup won't work unless you refresh the DHCP lease for a relevant network interface. -To refresh the DHCP lease for a network interface, take the following steps: +To refresh the DHCP lease for a network interface, run the following commands: -1. Run +1. To clear the existing DHCP lease .. code-block:: bash dhclient -r NETWORK_INTERFACE_NAME -2. Run +2. To request a renewal of the DHCP lease .. code-block:: bash