networkprotocols/ipeventnotifier/te_IPEventNotifier/testdata/ipen_target_colinux.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 //    16   ip4   Target Ethernet to Colinux
       
     8 //    17   ip4+6 Target Ethernet to Colinux
       
     9 
       
    10 
       
    11 // This config is for the following setup:
       
    12 //
       
    13 //  colinux 192.168.0.2-------------(TAP)-------------192.168.0.3 Windows TAP===ICS===USB ethernet 192.168.0.1---------------192.168.0.5 Lubbock eth
       
    14 //
       
    15 //  The colinux installation must have an active dhcp6 server and router advertisement daemon
       
    16 
       
    17 
       
    18 [ReceiveMFlag]
       
    19 IAPToUse=17
       
    20 NetworkInterfacePrefixToMonitor=eth6[
       
    21 MFlagExpectedResult=False
       
    22 
       
    23 
       
    24 // Have to use ethernet here- serial PPP doesn't perform Duplicate Address Detection
       
    25 [IPReady]
       
    26 IAPToUse=16
       
    27 NetworkInterfacePrefixToMonitor=eth[
       
    28 AddressToPush=192.168.0.8
       
    29 ExpectedReady=True
       
    30 
       
    31 
       
    32 // Have to use ethernet here- serial PPP doesn't perform Duplicate Address Detection
       
    33 [IPNotReady]
       
    34 IAPToUse=16
       
    35 NetworkInterfacePrefixToMonitor=eth[
       
    36 AddressToPush=192.168.0.2
       
    37 ExpectedReady=False
       
    38 
       
    39 
       
    40 [LinkLocalAddress]
       
    41 IAPToUse=17
       
    42 NetworkInterfacePrefixToMonitor=eth6[
       
    43 AddressToPush=fe80::123:9a7:fe02:f303
       
    44 
       
    45 [ReceiveOFlag]
       
    46 IAPToUse=17
       
    47 NetworkInterfacePrefixToMonitor=eth6[
       
    48 OFlagExpectedResult=False