diff options
author | AbdAlRahman Gad <abdobngad@gmail.com> | 2024-07-29 05:20:06 +0300 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2024-07-29 19:02:35 +0200 |
commit | 8fae3b73cb1451f766037583c02d86971502f5eb (patch) | |
tree | 453154071dff635a698c255f5f659aa5dbd20b01 | |
parent | f87b11c7be735d9d8d5267ae575d890b4226fb02 (diff) | |
download | passt-8fae3b73cb1451f766037583c02d86971502f5eb.tar passt-8fae3b73cb1451f766037583c02d86971502f5eb.tar.gz passt-8fae3b73cb1451f766037583c02d86971502f5eb.tar.bz2 passt-8fae3b73cb1451f766037583c02d86971502f5eb.tar.lz passt-8fae3b73cb1451f766037583c02d86971502f5eb.tar.xz passt-8fae3b73cb1451f766037583c02d86971502f5eb.tar.zst passt-8fae3b73cb1451f766037583c02d86971502f5eb.zip |
Fix typo in README file
- remove duplicated 'the' in the 'Services' section
Signed-off-by: AbdAlRahman Gad <abdobngad@gmail.com>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |