removed configuration option for number of for corehandler threads as it cannot properly deal with anything more than 1, updated man pages to current 6.4 versions for now

This commit is contained in:
Blake Harnden 2020-06-05 14:34:19 -07:00
parent 75d5bced9c
commit bf1bc511e2
18 changed files with 47 additions and 65 deletions

View file

@ -4,7 +4,6 @@ listenaddr = localhost
port = 4038
grpcaddress = localhost
grpcport = 50051
numthreads = 1
quagga_bin_search = "/usr/local/bin /usr/bin /usr/lib/quagga"
quagga_sbin_search = "/usr/local/sbin /usr/sbin /usr/lib/quagga"
frr_bin_search = "/usr/local/bin /usr/bin /usr/lib/frr"