更新README.md

This commit is contained in:
luwenpeng
2023-08-11 09:53:48 +08:00
parent e34aa3f5e2
commit 41025a03ea
3 changed files with 73 additions and 41 deletions

15
platform/test/README.md Normal file
View File

@@ -0,0 +1,15 @@
# README
## 配置 IPv6 测试环境
``` shell
# config IPv6 address
/usr/sbin/ip addr add fe80::42:acff:fe11:2/64 dev eth0
# config IPv6 route
/usr/sbin/ip -6 route add default dev eth0 via fe80::42:acff:fe11:1
# config IPv6 neigh
/usr/sbin/ip -6 neigh flush dev eth0
/usr/sbin/ip -6 neigh add fe80::42:acff:fe11:1 lladdr aa:aa:bb:bb:cc:cc dev eth0 nud permanent
```

Binary file not shown.