summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet6')
-rw-r--r--sys/netinet6/ip6_output.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/sys/netinet6/ip6_output.c b/sys/netinet6/ip6_output.c
index 928f3d3..a4736b8 100644
--- a/sys/netinet6/ip6_output.c
+++ b/sys/netinet6/ip6_output.c
@@ -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)
OpenPOWER on IntegriCloud