Index: [Article Count Order] [Thread]

Date: Tue, 19 Feb 2008 22:20:39 +0900
From: inoue yu-ichi <yu-inoue@jp.fujitsu.com>
Subject: [users:00604] IPv6 ready logo2 phase2 Part B: Sending Unsolicited RA (MAX_INITIAL_RTR_ADVERT_INTERVAL)
To: users@tahi.org
Message-Id: <20080219215711.E0E9.94CAEDF8@jp.fujitsu.com>
X-Mail-Count: 00604

Hello All,

We use Self_Test_1-4-9.

We can not pass
Test v6LC.2.2.7: Sending Unsolicited Router Advertisements (Routers Only)
  Part B: Sending Unsolicited RA (MAX_INITIAL_RTR_ADVERT_INTERVAL)

Result is
---
Frame_Ether                     (length:102)
| Hdr_Ether                       (length:14)
| | DestinationAddress               = 33:33:00:00:00:01
| | SourceAddress                    = 00:0b:5d:1d:01:23
| | Type                             = 34525
| Packet_IPv6                     (length:88)
| | Hdr_IPv6                        (length:40)
| | | Version                          = 6
| | | TrafficClass                     = 0
| | | FlowLabel                        = 0
| | | PayloadLength                    = 48
| | | NextHeader                       = 58
| | | HopLimit                         = 255
| | | SourceAddress                    = fe80::20b:5dff:fe1d:123
| | | DestinationAddress               = ff02::1
| | ICMPv6_RA                       (length:48)
| | | Type                             = 134
| | | Code                             = 0
| | | Checksum                         = 33864 calc(33864)
| | | CurHopLimit                      = 64
| | | MFlag                            = 0
| | | OFlag                            = 0
| | | HFlag                            = 0
| | | Preference                       = 0
| | | Reserved                         = 0
| | | LifeTime                         = 1800
| | | ReachableTime                    = 0
| | | RetransTimer                     = 0
| | | Opt_ICMPv6_Prefix               (length:32)
| | | | Type                             = 3
| | | | Length                           = 4
| | | | PrefixLength                     = 64
| | | | LFlag                            = 1
| | | | AFlag                            = 1
| | | | RFlag                            = 0
| | | | Reserved1                        = 0
| | | | ValidLifetime                    = 2592000
| | | | PreferredLifetime                = 604800
| | | | Reserved2                        = 0
| | | | Prefix                           = 3ffe:501:ffff:100::
===ra_local=================================
ng compare _ICMPV6_ra_local.LifeTime received:1800 = 30
===ra_sll_local=================================
ng function at NULL not match with comb(_SLLOPT_nut,opt_prefix_link0_default)
===ra_mtu_local=================================
ng function at NULL not match with comb(opt_prefix_link0_default,opt_mtu_1500)
===ra_sll_mtu_local=================================
ng function at NULL not match with comb(_SLLOPT_nut,opt_prefix_link0_default,opt_mtu_1500)
---

But setup is
---
vRemote(racontrol.rmt) ``/usr/local/v6eval//bin/ipcom//racontrol.rmt -t
ipcom -u root -p v6eval -d cuad0 -o 1 mode=start maxinterval=600
mininterval=198 link0=lan0.0'' 
---
maxinterval is 600.

I think "ICMPV6_ra_local.LifeTime received" is 1800, not 30.

--- v6LC_2_2_7_B.def ---
     51 FEM_icmp6_ra(
     52         ra_local,
     53         _HETHER_nut2allnodes,
     54         {
     55                 HopLimit        = 255;
     56                 _SRC(nutv6());
     57                 _DST(v6(_ALLNODES_MCAST_ADDR));
     58         },
     59         {
     60                 CurHopLimit     = 64;
     61                 MFlag           = 0;
     62                 OFlag           = 0;
     63                 HFlag           = 0;
     64                 Preference      = 0;
     65                 LifeTime        = 30; <- 1800?
     66                 ReachableTime   = 0;
     67                 RetransTimer    = 0;
     68                 option          = opt_prefix_link0_default;
     69
     70         }
--- v6LC_2_2_7_B.def ---

This is test-tool bug or other specification?

Thanks,
inoue