networkprotocols/ipeventnotifier/te_IPEventNotifier/testdata/ipen_target_dhcp6box.ini
changeset 0 af10295192d8
child 6 c64cefac6e99
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     1 //
       
     2 // The tests use a CommDB containing both Ethernet and Serial PPP (e.g. Wintunnel, tcp2ser) support.
       
     3 //
       
     4 //  Set "IAPToUse" to:
       
     5 //     3   ip4   Serial
       
     6 //     1   ip4+6 Serial
       
     7 //    10   ip4   Target Ethernet to DHCP6 test server
       
     8 //    11   ip4+6 Target Ethernet to DHCP6 test server
       
     9 //
       
    10 
       
    11 // this config file represents a direct connection to the DHCPv6 test server
       
    12 
       
    13 
       
    14 [ReceiveMFlag]
       
    15 IAPToUse=11
       
    16 NetworkInterfacePrefixToMonitor=eth6[
       
    17 MFlagExpectedResult=False
       
    18 
       
    19 
       
    20 // Have to use ethernet here- serial PPP doesn't perform Duplicate Address Detection
       
    21 [IPReady]
       
    22 IAPToUse=10
       
    23 NetworkInterfacePrefixToMonitor=eth[
       
    24 AddressToPush=192.168.20.6
       
    25 ExpectedReady=True
       
    26 
       
    27 
       
    28 // Have to use ethernet here- serial PPP doesn't perform Duplicate Address Detection
       
    29 [IPNotReady]
       
    30 IAPToUse=10
       
    31 NetworkInterfacePrefixToMonitor=eth[
       
    32 AddressToPush=192.168.20.1
       
    33 ExpectedReady=False
       
    34 
       
    35 
       
    36 [LinkLocalAddress]
       
    37 IAPToUse=11
       
    38 NetworkInterfacePrefixToMonitor=eth6[
       
    39 AddressToPush=fe80::123:9a7:fe02:f303
       
    40 
       
    41 [ReceiveOFlag]
       
    42 IAPToUse=11
       
    43 NetworkInterfacePrefixToMonitor=eth6[
       
    44 OFlagExpectedResult=False