summaryrefslogtreecommitdiff
path: root/quagga-zebra.sysconfig
blob: 37e76c5330c430a84bc15644c23f5d597cc0034d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Customized setings for zebra

# Nice level for routing daemon [-10 - +10]
SERVICE_RUN_NICE_LEVEL="+2"

# Don't delete old routes which installed by zebra
#KEEP_KERNEL_ROUTES=yes

# When program terminates, retain added route by zebra.
#RETAIN_ROUTES=yes

# The address that the zebra VTY will listen on.
# Default is all intrefaces.
#VTY_ADDR=127.0.0.1

# The port that the zebra VTY will listen on.
# Default is 2601.
#VTY_PORT=2601