networkprotocols/ipeventnotifier/te_IPEventNotifier/testdata/ipen_target.ini
changeset 0 af10295192d8
child 6 c64cefac6e99
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/networkprotocols/ipeventnotifier/te_IPEventNotifier/testdata/ipen_target.ini	Tue Jan 26 15:23:49 2010 +0200
@@ -0,0 +1,44 @@
+//
+// The tests use a CommDB containing both Ethernet and Serial PPP (e.g. Wintunnel, tcp2ser) support.
+//
+//  Set "IAPToUse" to:
+//     3   ip4   Serial
+//     1   ip4+6 Serial
+//    10   ip4   Target Ethernet to DHCP6 test server
+//    11   ip4+6 Target Ethernet to DHCP6 test server
+//
+
+// this config file represents a direct connection to the DHCPv6 test server
+
+
+[ReceiveMFlag]
+IAPToUse=11
+NetworkInterfacePrefixToMonitor=eth6[
+MFlagExpectedResult=False
+
+
+// Have to use ethernet here- serial PPP doesn't perform Duplicate Address Detection
+[IPReady]
+IAPToUse=10
+NetworkInterfacePrefixToMonitor=eth[
+AddressToPush=192.168.20.6
+ExpectedReady=True
+
+
+// Have to use ethernet here- serial PPP doesn't perform Duplicate Address Detection
+[IPNotReady]
+IAPToUse=10
+NetworkInterfacePrefixToMonitor=eth[
+AddressToPush=192.168.20.1
+ExpectedReady=False
+
+
+[LinkLocalAddress]
+IAPToUse=11
+NetworkInterfacePrefixToMonitor=eth6[
+AddressToPush=fe80::123:9a7:fe02:f303
+
+[ReceiveOFlag]
+IAPToUse=11
+NetworkInterfacePrefixToMonitor=eth6[
+OFlagExpectedResult=False