mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-22 18:00:41 +08:00
route: PP,* -> PTP,*
This commit is contained in:
parent
4a4bffc3a2
commit
f56e4856d1
11 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ file name of the routing distribution definition file:
|
|||
|
||||
1. Point-to-Point /30 Tunnel: `10.127.0.x/30` (where x is divisible by 4)
|
||||
2. Contiguous Subnet: `10.127.x.y/z` (where z must be greater than 16)
|
||||
3. Peer-to-Peer: `PP,10.127.x.x~10.127.x.x` (IP on both sides is /32)
|
||||
3. Peer-to-Peer: `PTP,10.127.x.x~10.127.x.x` (IP on both sides is /32)
|
||||
4. Loopback Address: `10.127.255.x/32`
|
||||
|
||||
Definition Format
|
||||
|
|
|
@ -6,7 +6,7 @@ IP 註冊目錄格式定義文檔
|
|||
|
||||
1. 點對點 /30 隧道: `10.127.0.x/30` (其中 x 可被 4 整除)
|
||||
2. 連續子網路: `10.127.x.y/z` (其中, z 必定大於 16)
|
||||
3. 點對點 Peer: `PP,10.127.x.x~10.127.x.x` (兩邊 IP 各為 /32)
|
||||
3. 點對點 Peer: `PTP,10.127.x.x~10.127.x.x` (兩邊 IP 各為 /32)
|
||||
4. Loopback 位址: `10.127.255.x/32`
|
||||
|
||||
定義格式
|
||||
|
|
Loading…
Reference in a new issue