File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / default / quagga / Attic / ripd.conf.sample
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Jul 5 23:43:00 2011 UTC (13 years, 1 month ago) by misho
Branches: MAIN
CVS tags: HEAD
Initial revision

! -*- rip -*-
!
! RIPd sample configuration file
!
! $Id: ripd.conf.sample,v 1.1 2011/07/05 23:43:00 misho Exp $
!
hostname ripd
password zebra
!
! debug rip events
! debug rip packet
!
router rip
! network 11.0.0.0/8
! network eth0
! route 10.0.0.0/8
! distribute-list private-only in eth0
!
!access-list private-only permit 10.0.0.0/8
!access-list private-only deny any
! 
!log file ripd.log
!
log stdout

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