--- a/examples/FatTreeTopology/omnetpp.ini
+++ b/examples/FatTreeTopology/omnetpp.ini
@@ -99,17 +99,18 @@
 #
 # Policy selection for DC Dif.
 #
-**.Server*.ipcProcess1.resourceAllocator.pduftgPolicyName 					= "DistanceVectorPolicy"
-**.Server*.ipcProcess1.resourceAllocator.pduFwdTabGenerator.netStateVisible = true
-**.Server*.ipcProcess1.resourceAllocator.pduFwdTabGenerator.netStateMod 	= "^.^.^"
-
-**.TOR*.relayIpc.resourceAllocator.pduftgPolicyName 						= "DistanceVectorPolicy"
-**.TOR*.relayIpc.resourceAllocator.pduFwdTabGenerator.netStateVisible 		= true
-**.TOR*.relayIpc.resourceAllocator.pduFwdTabGenerator.netStateMod 			= "^.^.^"
-
-**.AS*.relayIpc.resourceAllocator.pduftgPolicyName 							= "DistanceVectorPolicy"
-**.AS*.relayIpc.resourceAllocator.pduFwdTabGenerator.netStateVisible 		= true
-**.AS*.relayIpc.resourceAllocator.pduFwdTabGenerator.netStateMod 			= "^.^.^"
+# RMT Forwarding policies
+**.Server*.ipcProcess1.relayAndMux.ForwardingPolicyName = "SimpleTable"
+**.TOR*.relayIpc.relayAndMux.ForwardingPolicyName = "SimpleTable"
+**.AS*.relayIpc.relayAndMux.ForwardingPolicyName = "SimpleTable"
+# forwarding generator policies
+**.Server*.ipcProcess1.resourceAllocator.pdufgPolicyName = "SimpleGenerator"
+**.TOR*.relayIpc.resourceAllocator.pdufgPolicyName = "SimpleGenerator"
+**.AS*.relayIpc.resourceAllocator.pdufgPolicyName = "SimpleGenerator"
+# Routing policies
+**.Server*.ipcProcess1.routingPolicyName = "SimpleDV"
+**.TOR*.relayIpc.routingPolicyName = "SimpleDV"
+**.AS*.relayIpc.routingPolicyName = "SimpleDV"
 
 #
 # DIF Allocator settings
@@ -147,16 +148,11 @@
 #
 # Preallocated flow on hosts:
 #
-**.Server1.ipcProcess1.resourceAllocator.ra.flows 	= xmldoc("config.xml", "Configuration/Server[@id='Server1']/IPC[@id='ipcProcess1']/RA/Flows")
-**.Server2.ipcProcess1.resourceAllocator.ra.flows	= xmldoc("config.xml", "Configuration/Server[@id='Server2']/IPC[@id='ipcProcess1']/RA/Flows")
-**.Server3.ipcProcess1.resourceAllocator.ra.flows 	= xmldoc("config.xml", "Configuration/Server[@id='Server3']/IPC[@id='ipcProcess1']/RA/Flows")
-**.Server4.ipcProcess1.resourceAllocator.ra.flows 	= xmldoc("config.xml", "Configuration/Server[@id='Server4']/IPC[@id='ipcProcess1']/RA/Flows")
-
-**.TOR1.relayIpc.resourceAllocator.ra.flows 		= xmldoc("config.xml", "Configuration/Switch[@id='TOR1']/IPC[@id='relayIpc']/RA/Flows")
-**.TOR2.relayIpc.resourceAllocator.ra.flows 		= xmldoc("config.xml", "Configuration/Switch[@id='TOR2']/IPC[@id='relayIpc']/RA/Flows")
+**.ra.preallocation = \
+    xmldoc("config.xml", "Configuration/ConnectionSets/ConnectionSet[@id='all']/")
 
 [Config FatTreeTopology]
-fingerprint = "b4e5-51e7"
+fingerprint = "61ac-e494"
 #
 # AEs don't do anything. We're only evaluating the routing table now.
 #