免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1549 | 回复: 1
打印 上一主题 下一主题

请问RADVD究竟应该怎样才能识别新option?(解决) [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2012-04-04 14:59 |只看该作者 |倒序浏览
本帖最后由 upyzl 于 2012-04-04 18:56 编辑

首先放上我的改动(diff源代码)

http://pastebin.com/2iFJqHFd

之后运行 make clean && ./configure && make && make install 没有提示任何error或者warning

但是运行 radvd -c 就提示
  1. radvd: syntax error in /etc/radvd.conf, line 16: tele
  2. radvd: error parsing or activating the config file: /etc/radvd.conf
  3. radvd: Exiting, failed to read config file.
复制代码
radvd.conf内容如下
  1. interface eth1
  2. {
  3.   AdvSendAdvert on;
  4.   MinRtrAdvInterval 60;
  5.   MaxRtrAdvInterval 600;

  6.   prefix 2001:da8:202:102::/64
  7.   {
  8.     AdvOnLink on;
  9.     AdvAutonomous on;
  10.     AdvRouterAddr on;
  11.     AdvValidLifetime 65535;
  12.     AdvPreferredLifetime 32767;
  13.   };

  14.   tele 2001:da0:ffff::/48
  15.   {
  16.     AdvTeleFlag on;
  17.     AdvTeleLifetime 50000;
  18.   };
  19. };
复制代码
求教……
edit:知道问题所在了,词法分析的问题……

论坛徽章:
0
2 [报告]
发表于 2012-04-04 21:11 |只看该作者
支持一个。。。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP