networkprotocols/ipeventnotifier/te_IPEventNotifier/testdata/ipen_emulator_corp.ini
changeset 0 af10295192d8
child 6 c64cefac6e99
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/networkprotocols/ipeventnotifier/te_IPEventNotifier/testdata/ipen_emulator_corp.ini	Tue Jan 26 15:23:49 2010 +0200
@@ -0,0 +1,41 @@
+//
+// 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
+//     8   ip4   Emulator Ethernet to corporate network
+//     9   ip4+6 Emulator Ethernet to corporate network
+
+
+[ReceiveMFlag]
+IAPToUse=1
+NetworkInterfacePrefixToMonitor=ipcp6
+MFlagExpectedResult=False
+
+
+// Have to use ethernet here- serial PPP doesn't perform Duplicate Address Detection
+[IPReady]
+IAPToUse=8
+NetworkInterfacePrefixToMonitor=eth[
+AddressToPush=10.23.192.193
+ExpectedReady=True
+
+
+// Have to use ethernet here- serial PPP doesn't perform Duplicate Address Detection
+[IPNotReady]
+IAPToUse=8
+NetworkInterfacePrefixToMonitor=eth[
+AddressToPush=10.23.192.2
+ExpectedReady=False
+
+
+[LinkLocalAddress]
+IAPToUse=9
+NetworkInterfacePrefixToMonitor=eth6[
+AddressToPush=fe80::123:9a7:fe02:f303
+
+[ReceiveOFlag]
+IAPToUse=1
+NetworkInterfacePrefixToMonitor=ipcp6
+OFlagExpectedResult=False