softflowd.default 418 B

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