--- a/examples/SmallNetRouting/omnetpp.ini
+++ b/examples/SmallNetRouting/omnetpp.ini
@@ -101,16 +101,17 @@
 #
 # Policy selection for the DIF Layer11.
 # Such layer will use Distance Vector, while the Shim-DIF layers will use the static one.
-# Visual feedback of the network state will be visible, and the module where it will appear
-# is identified with cModule::getModuleByPath() procedure syntax(starting from PDUFTG).
 #
+# RMT Forwarding policies
+**.host*.ipcProcess1.relayAndMux.ForwardingPolicyName = "SimpleTable"
+**.router*.relayIpc.relayAndMux.ForwardingPolicyName = "SimpleTable"
+# forwarding generator policies
+**.host*.ipcProcess1.resourceAllocator.pdufgPolicyName = "SimpleGenerator"
+**.router*.relayIpc.resourceAllocator.pdufgPolicyName = "SimpleGenerator"
+# Routing policies
+**.host*.ipcProcess1.routingPolicyName = "SimpleDV"
+**.router*.relayIpc.routingPolicyName = "SimpleDV"
 
-**.host*.ipcProcess1.resourceAllocator.pduftgPolicyName = "DistanceVectorPolicy"
-**.host*.ipcProcess1.resourceAllocator.pduFwdTabGenerator.netStateVisible = true
-**.host*.ipcProcess1.resourceAllocator.pduFwdTabGenerator.netStateMod = "^.^.^"
-**.router*.relayIpc.resourceAllocator.pduftgPolicyName  = "DistanceVectorPolicy"
-**.router*.relayIpc.resourceAllocator.pduFwdTabGenerator.netStateVisible = true
-**.router*.relayIpc.resourceAllocator.pduFwdTabGenerator.netStateMod = "^.^.^"
 
 #
 # DIF Allocator settings
@@ -152,35 +153,16 @@
 
 
 #
-# Preallocated flow on hosts:
+# Preallocated flows:
 #
-**.host1.ipcProcess1.resourceAllocator.ra.flows = \
-    xmldoc("config.xml", "Configuration/Host[@id='host1']/IPC[@id='ipcProcess1']/RA/Flows")
-**.host2.ipcProcess1.resourceAllocator.ra.flows = \
-    xmldoc("config.xml", "Configuration/Host[@id='host2']/IPC[@id='ipcProcess1']/RA/Flows")
-**.host3.ipcProcess1.resourceAllocator.ra.flows = \
-    xmldoc("config.xml", "Configuration/Host[@id='host3']/IPC[@id='ipcProcess1']/RA/Flows")
-**.host4.ipcProcess1.resourceAllocator.ra.flows = \
-    xmldoc("config.xml", "Configuration/Host[@id='host4']/IPC[@id='ipcProcess1']/RA/Flows")
-**.host5.ipcProcess1.resourceAllocator.ra.flows = \
-    xmldoc("config.xml", "Configuration/Host[@id='host5']/IPC[@id='ipcProcess1']/RA/Flows")
-
-#
-# Preallocated flow on routers:
-#
-
-**.router1.relayIpc.resourceAllocator.ra.flows = \
-    xmldoc("config.xml", "Configuration/Router[@id='router1']/IPC[@id='relayIpc']/RA/Flows")
-**.router2.relayIpc.resourceAllocator.ra.flows = \
-    xmldoc("config.xml", "Configuration/Router[@id='router2']/IPC[@id='relayIpc']/RA/Flows")
-**.router3.relayIpc.resourceAllocator.ra.flows = \
-    xmldoc("config.xml", "Configuration/Router[@id='router3']/IPC[@id='relayIpc']/RA/Flows")
+**.ra.preallocation = \
+    xmldoc("config.xml", "Configuration/ConnectionSets/ConnectionSet[@id='all']/")
 
 [Config SmallNetRouting]
 #
 # AEs todo:
 #
-fingerprint = "5a0b-9ab9"
+fingerprint = "bf15-cce9"
 **.host1.applicationProcess1.applicationEntity.iae.dstApName	= "App5"
 **.host1.applicationProcess1.applicationEntity.iae.dstAeName 	= "Ping"
 **.host1.applicationProcess1.applicationEntity.iae.startAt 		= 100s