fixing stuff
diff --git a/ofdpa/flows.py b/ofdpa/flows.py
index 2241799..12c4ddd 100755
--- a/ofdpa/flows.py
+++ b/ofdpa/flows.py
@@ -419,7 +419,7 @@
         switch_mac = ':'.join(['%02X' % x for x in intf_src_mac])
         for in_port in ports:
             mac_src='00:00:00:22:22:%02X' % (class_id+in_port)
-            ip_src='192.168.%02d.1' (class_id+in_port)
+            ip_src='192.168.%02d.1' % (class_id+in_port)
             for out_port in ports:
                 if in_port == out_port:
                      continue