From 437ca61de6d61345b0b8afef22a983239652d460 Mon Sep 17 00:00:00 2001 From: mengwenhua Date: Fri, 6 Jan 2023 17:15:18 +0800 Subject: [PATCH] fix typos Signed-off-by: mengwenhua --- docs/en/docs/Administration/configuring-the-network.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/docs/Administration/configuring-the-network.md b/docs/en/docs/Administration/configuring-the-network.md index 75283d549..e26657598 100644 --- a/docs/en/docs/Administration/configuring-the-network.md +++ b/docs/en/docs/Administration/configuring-the-network.md @@ -898,7 +898,7 @@ Both IPv6 and IPv4 addresses can be obtained through DHCP as the **root** user. ``` >![](./public_sys-resources/icon-note.gif) **NOTE:** - >In substring \(option dhcp6.vendor-class, 6, 10\), the start position of the substring is 6, because the substring contains four bytes of and two bytes of . The end position of the substring is 6+. In this example, the vendor class string is HWHW, and the length of the string is 4. Therefore, the end position of the substring is 6 + 4 = 10. You can specify and as required. + >In substring \(option dhcp6.vendor-class, 6, 10\), The substring starts at 6 because it is preceded by 4 bytes of and 2 bytes of . The substring ends at 6+. In this example, the vendor class string is HWHW, and the length of the string is 4. Therefore, the end position of the substring is 6 + 4 = 10. You can specify and as required. On the server: -- Gitee