登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
登录
注册
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
9
Star
1
Fork
28
src-openEuler
/
dhcp
代码
Issues
2
Pull Requests
3
Wiki
统计
流水线
服务
JavaDoc
PHPDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
我知道了,不再自动展开
114
[bugfix] cancel rebind6 timer after ipv6 expire
已合并
胡义臻:master
src-openEuler:master
胡义臻
创建于 2024-11-06 10:34
克隆/下载
HTTPS
SSH
复制
下载 Email Patch
下载 Diff 文件
Solve below question: Oct 23 16:38:04 localhost dhclient[141133]: PRC: Address 6636::3c depreferred. Oct 23 16:38:04 localhost dhclient[141133]: XMT: Rebind on enp4s0, interval 00ms. Oct 23 16:38:04 localhost dhclient[141133]: Impossible condition at dhc6.c:279. Oct 23 16:38:04 localhost dhclient[141133]: Oct 23 16:38:04 localhost dhclient[141133]: If you think you have received this message due to a bug rather Oct 23 16:38:04 localhost dhclient[141133]: than a configuration issue please read the section on submitting Oct 23 16:38:04 localhost dhclient[141133]: bugs on either our web page at www.isc.org or in the README file Oct 23 16:38:04 localhost dhclient[141133]: before submitting a bug. These pages explain the proper Oct 23 16:38:04 localhost dhclient[141133]: process and the information we find helpful for debugging. Oct 23 16:38:04 localhost dhclient[141133]: Oct 23 16:38:04 localhost dhclient[141133]: exiting. The reason is: 1. After the REBIND message is retransmitted for the second time, the REBIND timer checks whether the REBIND message is received 5 seconds later and sets the RT field to 0. (Because the 5s timer expires when the timer expires, no next retransmission will occur.) 2. After 5s, the DEPREFER timer is triggered first. The DEPREFER timer considers that the REBIND timer expires and set MRD field to 0, but the previously set REBIND timer is not canceled. 3. The REBIND timer is triggered immediately. Because the MRD is set to 0, the retransmission timer considers that the maximum retransmission duration is not limited and attempts to continue the retransmission. 4. During the retransmission process, the RT value is 0 (retransmission is performed after 0s), and the process exits. As a result, the DHCP6 function becomes abnormal. Solution: Cencle REBIND timer when DEPREFER timer considers that the REBIND timer expires.
怎样手动合并此 Pull Request
git checkout master
git pull https://gitee.com/xiangyu2020/dhcp.git master
git push origin master
评论
26
提交
1
文件
2
检查
代码问题
0
批量操作
展开设置
折叠设置
审查
Code Owner
审查人员
luzhihao
MrRlu
Apricity
zengwefeng
孙苏皖
sunsuwan
robertxw
robertxw
jinag12
jiangheng12
胡义臻
xiangyu2020
zhongxuan2
zhongxuan2
未设置
最少人数
0
测试
luzhihao
MrRlu
Apricity
zengwefeng
孙苏皖
sunsuwan
robertxw
robertxw
jinag12
jiangheng12
胡义臻
xiangyu2020
zhongxuan2
zhongxuan2
未设置
最少人数
0
优先级
不指定
严重
主要
次要
不重要
标签
openeuler-cla/yes
lgtm
approved
ci_successful
sig/Networking
newcomer
关联 Issue
未关联
Pull Request 合并后将关闭上述关联 Issue
里程碑
未关联里程碑
参与者
(4)
Cherry-pick 提交
Cherry-pick 可以将
特定提交(Commit)
从某个分支挑选并应用到另一个分支,实现快速集成特定更改,而无需合并整个分支。
请选择应用 Cherry-pick 提交 (Commit) 的目标分支
新建分支
当前账号不存在 Fork 仓库,建议 cherry-pick 到 Fork 仓库。
Fork 仓库
提交列表
Commit SHA
Commit Message
基于 Cherry-pick 后的分支发起 Pull Request
取消
Cherry-pick
1
https://gitee.com/src-openeuler/dhcp.git
git@gitee.com:src-openeuler/dhcp.git
src-openeuler
dhcp
dhcp
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册