File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / quagga / ripd / ripd.conf.sample
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 17:26:12 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: ! RIPd sample configuration file
    4: !
    5: ! $Id: ripd.conf.sample,v 1.1.1.1 2012/02/21 17:26:12 misho Exp $
    6: !
    7: hostname ripd
    8: password zebra
    9: !
   10: ! debug rip events
   11: ! debug rip packet
   12: !
   13: router rip
   14: ! network 11.0.0.0/8
   15: ! network eth0
   16: ! route 10.0.0.0/8
   17: ! distribute-list private-only in eth0
   18: !
   19: !access-list private-only permit 10.0.0.0/8
   20: !access-list private-only deny any
   21: ! 
   22: !log file ripd.log
   23: !
   24: log stdout

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