Annotation of embedaddon/quagga/zebra/zebra.conf.sample, revision 1.1

1.1     ! misho       1: ! -*- zebra -*-
        !             2: !
        !             3: ! zebra sample configuration file
        !             4: !
        !             5: ! $Id: zebra.conf.sample,v 1.1 2002/12/13 20:15:30 paul Exp $
        !             6: !
        !             7: hostname Router
        !             8: password zebra
        !             9: enable password zebra
        !            10: !
        !            11: ! Interface's description. 
        !            12: !
        !            13: !interface lo
        !            14: ! description test of desc.
        !            15: !
        !            16: !interface sit0
        !            17: ! multicast
        !            18: 
        !            19: !
        !            20: ! Static default route sample.
        !            21: !
        !            22: !ip route 0.0.0.0/0 203.181.89.241
        !            23: !
        !            24: 
        !            25: !log file zebra.log

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