todo
来自「RIP 协议实现」· 代码 · 共 39 行
TXT
39 行
## $XORP: xorp/rip/TODO,v 1.15 2006/08/02 07:59:23 pavlin Exp $#// ----------------------------------------------------------------------------// Pre 1.0 Release* Validate origin address in Port<A>::port_io_receive If packet does not come from a host on the same network or from the end of a point to point link it should not be processed.* Add HopCount check on received RIPng packets.* Check and double check nexthop handling paying attention to incoming and outgoing interfaces and their properties.* Handle interfaces coming up and down and socket errors.* Inter-op testing.// ----------------------------------------------------------------------------// Post 1.0 Release* MIB.* Clean up RIB interaction. Add flag to each router indicating that the RIB is aware it and nobble flag when route is updated.* Consider keeping losing routes, age them in the normal way, etc, and be prepared to fall back to them if/when winning routes expire.* Arrange to have triggered updates go out of all RIP Port instances at the same time. This is a little tricky as each RIP Port instance is autonomous.* Add horizon checks to tools/rip_announcer.cc and tools/ripng_announcer.cc for packets they receive. This is icing on the cake.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?