blob: 0f865e2a93f332c005e0e478d815b3c73cea1a10 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/zebra/files/conf.d/zebra.confd,v 1.1 2003/05/31 19:57:29 solar Exp $
#################################
# Configuration options for zebra
#################################
# Set configuration file name
#ZEBRA_CONFIG_FILE="/etc/zebra/zebra.conf"
# Don't delete old routes which installed by zebra.
#ZEBRA_KEEP_KERNEL="yes"
# Set verbose log mode flag
#ZEBRA_LOG_MODE="255"
# Set vty's bind address
#ZEBRA_VTY_ADDR="0.0.0.0"
# Set vty's port number
#ZEBRA_VTY_PORT=""
# When program terminates, retain added route by zebra.
#ZEBRA_RETAIN="yes"
|