From e4b5a0e6ec3fb7b0ebb98b848602db9b5469e7ff Mon Sep 17 00:00:00 2001
From: Alex Reimers <alex@bigswitch.com>
Date: Wed, 28 Mar 2012 11:16:36 -0700
Subject: [PATCH] Oops, removed forwarding from configuration file.

---
 src/main/resources/floodlightdefault.properties | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/main/resources/floodlightdefault.properties b/src/main/resources/floodlightdefault.properties
index 6b8f4e6eb..6825109e8 100644
--- a/src/main/resources/floodlightdefault.properties
+++ b/src/main/resources/floodlightdefault.properties
@@ -1,6 +1,7 @@
 floodlight.modules = net.floodlightcontroller.staticflowentry.StaticFlowEntryPusher,\
+net.floodlightcontroller.forwarding.Forwarding,\
 net.floodlightcontroller.jython.JythonDebugInterface,\
 net.floodlightcontroller.counter.CounterStore,\
 net.floodlightcontroller.perfmon.PktInProcessingTime
 net.floodlightcontroller.restserver.RestApiServer.port = 8080
-net.floodlightcontroller.core.FloodlightProvider.openflowport = 6633
\ No newline at end of file
+net.floodlightcontroller.core.FloodlightProvider.openflowport = 6633
-- 
GitLab