File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / quagga / ripngd / ripngd.conf.sample
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 17:26:11 2012 UTC (12 years, 4 months ago) by misho
Branches: quagga, MAIN
CVS tags: v1_0_20160315, v0_99_22p0, v0_99_22, v0_99_21, v0_99_20_1, v0_99_20, HEAD
quagga

    1: ! -*- rip -*-
    2: !
    3: ! RIPngd sample configuration file
    4: !
    5: ! $Id: ripngd.conf.sample,v 1.1.1.1 2012/02/21 17:26:11 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>