summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2001-06-24 14:55:18 +0000
committerume <ume@FreeBSD.org>2001-06-24 14:55:18 +0000
commit8e1c4e3a408ccb4e86eb9d7311fb866e09669ba7 (patch)
treea26348273628e6dc2d7928d9c2061c74bdb72931 /sys/netinet6
parent04561e19342024a1da2330aad6619d107d220adc (diff)
downloadFreeBSD-src-8e1c4e3a408ccb4e86eb9d7311fb866e09669ba7.zip
FreeBSD-src-8e1c4e3a408ccb4e86eb9d7311fb866e09669ba7.tar.gz
Nuke the comment about MIP6. We don't have MIP6 code, yet.
MFC after: 10 days
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