blob: 6d8fc963425412fe6fe7d8652ec456b609d42040 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/zebra/files/conf.d/ripd.confd,v 1.2 2004/07/15 00:16:56 agriffis Exp $
#################################
# Configuration options for ripd
#################################
# Set configuration file name
#RIPD_CONFIG_FILE="/etc/zebra/ripd.conf"
# Set vty's bind address
#RIPD_VTY_ADDR="0.0.0.0"
# Set vty's port number
#RIPD_VTY_PORT=""
# When program terminates, retain added route by ripd.
#RIPD_RETAIN="yes"
|