diff options
author | Ned Ludd <solar@gentoo.org> | 2003-05-31 19:57:29 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2003-05-31 19:57:29 +0000 |
commit | 660ed1d80aaec3f2d9e08632f2bde177ee3f3938 (patch) | |
tree | c1de9d72af3babaa10853677fa4988017ce249da /net-misc/zebra | |
parent | Initial import. Fulfills dep for modules like Cgi.pm (diff) | |
download | gentoo-2-660ed1d80aaec3f2d9e08632f2bde177ee3f3938.tar.gz gentoo-2-660ed1d80aaec3f2d9e08632f2bde177ee3f3938.tar.bz2 gentoo-2-660ed1d80aaec3f2d9e08632f2bde177ee3f3938.zip |
confd scripts
Diffstat (limited to 'net-misc/zebra')
-rw-r--r-- | net-misc/zebra/files/conf.d/bgpd.confd | 27 | ||||
-rw-r--r-- | net-misc/zebra/files/conf.d/ospf6d.confd | 18 | ||||
-rw-r--r-- | net-misc/zebra/files/conf.d/ospfd.confd | 18 | ||||
-rw-r--r-- | net-misc/zebra/files/conf.d/ripd.confd | 21 | ||||
-rw-r--r-- | net-misc/zebra/files/conf.d/ripngd.confd | 24 | ||||
-rw-r--r-- | net-misc/zebra/files/conf.d/zebra.confd | 27 |
6 files changed, 135 insertions, 0 deletions
diff --git a/net-misc/zebra/files/conf.d/bgpd.confd b/net-misc/zebra/files/conf.d/bgpd.confd new file mode 100644 index 000000000000..11122ab5b478 --- /dev/null +++ b/net-misc/zebra/files/conf.d/bgpd.confd @@ -0,0 +1,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/bgpd.confd,v 1.1 2003/05/31 19:57:29 solar Exp $ + + +################################# +# Configuration options for bgpd +################################# + +# Set configuration file name +#BGPD_CONFIG_FILE="/etc/zebra/bgpd.conf" + +# Set bgp protocol's port number +#BGPD_BGP_PORT="" + +# Set vty's bind address +#BGPD_VTY_ADDR="0.0.0.0" + +# Set vty's port number +#BGPD_VTY_PORT="" + +# When program terminates, retain added route by bgpd. +#BGPD_RETAIN="yes" + +# Do not install route to kernel. +#BGPD_NO_KERNEL="yes" + diff --git a/net-misc/zebra/files/conf.d/ospf6d.confd b/net-misc/zebra/files/conf.d/ospf6d.confd new file mode 100644 index 000000000000..b4cc8e898565 --- /dev/null +++ b/net-misc/zebra/files/conf.d/ospf6d.confd @@ -0,0 +1,18 @@ +# 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/ospf6d.confd,v 1.1 2003/05/31 19:57:29 solar Exp $ + + +################################# +# Configuration options for ospf6d +################################# + +# Set configuration file name +#OSPF6D_CONFIG_FILE="/etc/zebra/ospf6d.conf" + +# Set vty's bind address +#OSPF6D_VTY_ADDR="0.0.0.0" + +# Set vty's port number +#OSPF6D_VTY_PORT="" + diff --git a/net-misc/zebra/files/conf.d/ospfd.confd b/net-misc/zebra/files/conf.d/ospfd.confd new file mode 100644 index 000000000000..5f711ffde61b --- /dev/null +++ b/net-misc/zebra/files/conf.d/ospfd.confd @@ -0,0 +1,18 @@ +# 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/ospfd.confd,v 1.1 2003/05/31 19:57:29 solar Exp $ + + +################################# +# Configuration options for ospfd +################################# + +# Set configuration file name +#OSPFD_CONFIG_FILE="/etc/zebra/ospfd.conf" + +# Set vty's bind address +#OSPFD_VTY_ADDR="0.0.0.0" + +# Set vty's port number +#OSPFD_VTY_PORT="" + diff --git a/net-misc/zebra/files/conf.d/ripd.confd b/net-misc/zebra/files/conf.d/ripd.confd new file mode 100644 index 000000000000..9a515e16f56b --- /dev/null +++ b/net-misc/zebra/files/conf.d/ripd.confd @@ -0,0 +1,21 @@ +# 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/ripd.confd,v 1.1 2003/05/31 19:57:29 solar 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" + diff --git a/net-misc/zebra/files/conf.d/ripngd.confd b/net-misc/zebra/files/conf.d/ripngd.confd new file mode 100644 index 000000000000..86d056290a14 --- /dev/null +++ b/net-misc/zebra/files/conf.d/ripngd.confd @@ -0,0 +1,24 @@ +# 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/ripngd.confd,v 1.1 2003/05/31 19:57:29 solar Exp $ + + +################################# +# Configuration options for ripngd +################################# + +# Set configuration file name +#RIPNGD_CONFIG_FILE="/etc/zebra/ripngd.conf" + +# Set verbose log mode flag +#RIPNGD_LOG_MODE="255" + +# Set vty's bind address +#RIPNGD_VTY_ADDR="0.0.0.0" + +# Set vty's port number +#RIPNGD_VTY_PORT="" + +# When program terminates, retain added route by ripngd. +#RIPNGD_RETAIN="yes" + diff --git a/net-misc/zebra/files/conf.d/zebra.confd b/net-misc/zebra/files/conf.d/zebra.confd new file mode 100644 index 000000000000..0f865e2a93f3 --- /dev/null +++ b/net-misc/zebra/files/conf.d/zebra.confd @@ -0,0 +1,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" + |