summaryrefslogtreecommitdiff
path: root/redhat/quagga.sysconfig
blob: fc905afd6e8a947a14e27846b11e9c93aeb17c51 (plain)
1
2
3
4
5
6
7
8
9
#
# Default: Bind all daemon vtys to the loopback(s) only
#
BGPD_OPTS="-A 127.0.0.1"
OSPF6D_OPTS="-A ::1"
OSPFD_OPTS="-A 127.0.0.1"
RIPD_OPTS="-A 127.0.0.1"
RIPNGD_OPTS="-A ::1"
ZEBRA_OPTS="-A 127.0.0.1"