Nuke the comment about MIP6. We don't have MIP6 code, yet.

MFC after:	10 days
This commit is contained in:
Hajimu UMEMOTO 2001-06-24 14:55:18 +00:00
parent 8acb22906f
commit 99fe1b3717

View File

@ -143,18 +143,6 @@ extern u_char ip6_protox[IPPROTO_MAX];
* type of "mtu": rt_rmx.rmx_mtu is u_long, ifnet.ifr_mtu is int, and
* nd_ifinfo.linkmtu is u_int32_t. so we use u_long to hold largest one,
* which is rt_rmx.rmx_mtu.
*
* If MIP6 is active it will have to add a Home Address option to DH1 if
* the mobile node is roaming or a Routing Header type 0 if there exist
* a Binding Cache entry for the destination node or a BU option to DH2
* if the mobile node initiates communication and no BUL entry exist.
* The only way to do this is to allocate new memory, copy the user data
* to the new buffer and then add the Home Address option, BU option and
* routing header type 0 respectively. MIP6 will set two flags in "struct
* pktopts" to restore the original contents once ip6_output is completed.
* To make this work, make sure that function exit is made through label
* alldone.
*
*/
int
ip6_output(m0, opt, ro, flags, im6o, ifpp)