Annotation of elwix/config/etc/default/quagga/ripngd.conf.sample, revision 1.1

1.1     ! misho       1: ! -*- rip -*-
        !             2: !
        !             3: ! RIPngd sample configuration file
        !             4: !
        !             5: ! $Id: ripngd.conf.sample,v 1.1.2.1 2010/05/07 21:41:02 misho Exp $
        !             6: !
        !             7: hostname ripngd
        !             8: password zebra
        !             9: !
        !            10: ! debug ripng events
        !            11: ! debug ripng packet
        !            12: !
        !            13: !
        !            14: router ripng
        !            15: ! network sit1
        !            16: ! route 3ffe:506::0/32
        !            17: ! distribute-list local-only out sit1
        !            18: !
        !            19: !ipv6 access-list local-only permit 3ffe:506::0/32
        !            20: !ipv6 access-list local-only deny any
        !            21: !
        !            22: log stdout

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