default 367 B

1234567891011121314
  1. #
  2. # configuration for softflowd
  3. #
  4. # note: softflowd will not start without an interface configured.
  5. # The interface softflowd listens on.
  6. INTERFACE=""
  7. # Further options for softflowd, see "man softflowd" for details.
  8. # You should at least define a host and a port where the accounting
  9. # datagrams should be sent to, e.g.
  10. # OPTIONS="-n 127.0.0.1:9995"
  11. OPTIONS=""