File: ripd.conf.sample

package info (click to toggle)
quagga 0.99.5-5etch1
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 12,124 kB
  • ctags: 12,172
  • sloc: ansic: 170,694; sh: 10,267; perl: 639; makefile: 547; awk: 129; lisp: 62
file content (24 lines) | stat: -rw-r--r-- 410 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
! -*- rip -*-
!
! RIPd sample configuration file
!
! $Id: ripd.conf.sample,v 1.1.1.1 2002/12/13 20:15:30 paul 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