- remove duplicated 'the' in the 'Services' section Signed-off-by: AbdAlRahman Gad <abdobngad(a)gmail.com> --- v2: Add Signed-off-by: tag README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa2afac..bb114ea 100644 --- a/README.md +++ b/README.md @@ -398,7 +398,7 @@ services: and nameserver using SLAAC * [DHCPv6 server](/passt/tree/dhcpv6.c): a simple implementation handing out one single IPv6 address to the guest or namespace, - namely, the the same address as the first one configured for the upstream host + namely, the same address as the first one configured for the upstream host interface, and passing the nameservers configured on the host ## Addresses -- 2.43.0
On Mon, Jul 29, 2024 at 05:20:06AM +0300, AbdAlRahman Gad wrote:- remove duplicated 'the' in the 'Services' section Signed-off-by: AbdAlRahman Gad <abdobngad(a)gmail.com>Reviewed-by: David Gibson <david(a)gibson.dropbear.id.au>--- v2: Add Signed-off-by: tag README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa2afac..bb114ea 100644 --- a/README.md +++ b/README.md @@ -398,7 +398,7 @@ services: and nameserver using SLAAC * [DHCPv6 server](/passt/tree/dhcpv6.c): a simple implementation handing out one single IPv6 address to the guest or namespace, - namely, the the same address as the first one configured for the upstream host + namely, the same address as the first one configured for the upstream host interface, and passing the nameservers configured on the host ## Addresses-- David Gibson (he or they) | I'll have my music baroque, and my code david AT gibson.dropbear.id.au | minimalist, thank you, not the other way | around. http://www.ozlabs.org/~dgibson
On Mon, 29 Jul 2024 05:20:06 +0300 AbdAlRahman Gad <abdobngad(a)gmail.com> wrote:- remove duplicated 'the' in the 'Services' section Signed-off-by: AbdAlRahman Gad <abdobngad(a)gmail.com> --- v2: Add Signed-off-by: tagApplied, thanks, and welcome to the git log! -- Stefano