Annotation of embedaddon/quagga/redhat/quagga.sysconfig, revision 1.1.1.2

1.1       misho       1: #
                      2: # Default: Bind all daemon vtys to the loopback(s) only
                      3: #
1.1.1.2 ! misho       4: BABELD_OPTS="-A 127.0.0.1"
        !             5: BGPD_OPTS="-A 127.0.0.1"
        !             6: ISISD_OPTS="-A ::1"
        !             7: OSPF6D_OPTS="-A ::1"
        !             8: OSPFD_OPTS="-A 127.0.0.1"
        !             9: RIPD_OPTS="-A 127.0.0.1"
        !            10: RIPNGD_OPTS="-A ::1"
        !            11: ZEBRA_OPTS="-A 127.0.0.1"
1.1       misho      12: 
1.1.1.2 ! misho      13: # Watchquagga configuration for LSB initscripts
        !            14: #
        !            15: # (Not needed with systemd: the service files are configured to automatically
        !            16: # restart any daemon on failure. If zebra fails, all running daemons will be
        !            17: # stopped; zebra will be started again; and then the previously running daemons
        !            18: # will be started again.)
        !            19: #
        !            20: # Uncomment and edit this line to reflect the daemons you are actually using:
        !            21: #WATCH_DAEMONS="zebra bgpd ospfd ospf6d ripd ripngd"
        !            22: #
        !            23: # Timer values can be adjusting by editing this line:
        !            24: WATCH_OPTS="-Az -b_ -r/sbin/service_%s_restart -s/sbin/service_%s_start -k/sbin/service_%s_stop"

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>