OSDN Git Service

refactoring...
[ftg/ftg.git] / ftg / parser / base.py
index 92bc8ee..378ece1 100755 (executable)
@@ -10,6 +10,7 @@ from ftg.flow_entry import FlowEntry
 
 
 class BaseParser():
+    DEFAULT_PRIORITY = "32768"
 
     def __init__(self, util, dump_file):
         self.util = util