ofproto: Change ofproto_add_flow(), ofproto_delete_flow() to take cls_rule.
[openvswitch] / python / ovs / dirs.py
1 # These are the default directories.  They will be replaced by the
2 # configured directories at install time.
3
4 PKGDATADIR = "/usr/local/share/openvswitch"
5 RUNDIR = "/var/run"
6 LOGDIR = "/usr/local/var/log"
7 BINDIR = "/usr/local/bin"