Annotation of embedaddon/quagga/ripngd/ripngd.conf.sample, revision 1.1.1.1
1.1 misho 1: ! -*- rip -*-
2: !
3: ! RIPngd sample configuration file
4: !
5: ! $Id: ripngd.conf.sample,v 1.1 2002/12/13 20:15:30 paul 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>