From 0a4e509f79a706fef0ed0d1ffc7b28791161b33c Mon Sep 17 00:00:00 2001 From: Yang Song Date: Wed, 22 Oct 2025 09:58:42 +0800 Subject: [PATCH] [cli] fix br nat64prefix documentation (#12051) This commit corrects example for the second `br nat64prefix` to `br nat64prefix local` as it gets only the local prefix. --- src/cli/README_BR.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/README_BR.md b/src/cli/README_BR.md index 63bee7eb5..7361b5d2e 100644 --- a/src/cli/README_BR.md +++ b/src/cli/README_BR.md @@ -315,7 +315,7 @@ Done fd14:1078:b3d5:b0b0:0:0::/96 prf:low Done -> br nat64prefix +> br nat64prefix local fd14:1078:b3d5:b0b0:0:0::/96 Done ```