summaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_output.c
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2001-06-24 14:55:18 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2001-06-24 14:55:18 +0000
commit99fe1b3717ba8dad41c3257b27d771f933132e69 (patch)
treea26348273628e6dc2d7928d9c2061c74bdb72931 /sys/netinet6/ip6_output.c
parent8acb22906f4e4869e95265f7cd9f6bf7d24867d0 (diff)
Notes
Diffstat (limited to 'sys/netinet6/ip6_output.c')
-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 928f3d3ffbf3..a4736b811655 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)