issues

来自「mobile ipv6协议Linux实现源代码」· 代码 · 共 44 行

TXT
44
字号
Known issues with MIPL Mobile IPv6 v1.0Issue 1: HAO placement Home Address Destination Option should really be added to a newdestination option header specified in Mobile IPv6 spec which shouldbe placed after routing header(s), but before fragmentation header.Putting HAO in DO1 works for now, but support for the new placementshould be added to the IPv6 stack.Solution: Add support for third DO placement in Linux IPv6 stack.When: v1.x, maybe.Issue 2: MH protection with IPSec Authentication & authorization of Mobile IPv6 messages between MN andHA is missing. This will not be supported by the MIPL team in the 2.4kernels unless someone backports the IPSec in 2.6 kernels to 2.4kernels. Solution: Switch to 2.6 kernel series.When: v1.xIssue 3: Mobile Prefix discovery and bootstrappingMobile prefix discovery is disabled in MIPL 1.0., since it does notwork properly in the Mobile IPv6 draft version 24 wrt. tobootstrapping and security.Solution: Fix mipv6 standard.When: v1.x, maybe.Issue 4: Home prefix length is 64 bits.A prefix length of 64 is always used for home prefix.Solution: Add extra parameter to rtnetlink message which configureshome address and agent.When: v1.x 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?