Implement initial Python bindings for Open vSwitch database.
[sliver-openvswitch.git] / 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"