File: srptools.default

package info (click to toggle)
rdma-core 56.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 17,196 kB
  • sloc: ansic: 171,361; python: 13,724; sh: 2,774; perl: 1,465; makefile: 73
file content (14 lines) | stat: -rw-r--r-- 309 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# How often should srp_daemon rescan the fabric (seconds).
RETRIES=60

# Where should srp_daemon log to.
LOG=/var/log/srp_daemon.log

# What ports should srp_daemon be started on.
# Format is CA:port
# ALL or NONE will run on all ports on none
# respectively

PORTS=NONE
#PORTS=ALL
#PORTS="mthca0:1 mlx4_0:2"