diff options
author | paul <paul> | 2003-12-30 11:16:21 +0000 |
---|---|---|
committer | paul <paul> | 2003-12-30 11:16:21 +0000 |
commit | 15d74e93405f0f9bb9e399163b8e53bb589699d6 (patch) | |
tree | e8a191b889d087eac50c6d33d72b182299a807a2 /redhat/quagga.sysconfig | |
parent | 41ad87809198dfb2cfc769d77592afaf41a2f8f0 (diff) |
2003-12-30 Paul Jakma <paul@dishone.st>
* redhat/isisd.init: new file, init script for isisd.
redhat/quagga.sysconfig: new file, sysconfig file for quagga
initscripts.
redhat/quagga.spec.in: various cleanups, including sysconfig patch
from RH, fixed UID/GID as per RH EL, shell changed to
/sbin/nologin, daemon vty's listen to 127.1 only per default and
isisd packaged.
redhat/*.init: sysconfig support and runlevels specified.
Diffstat (limited to 'redhat/quagga.sysconfig')
-rw-r--r-- | redhat/quagga.sysconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/redhat/quagga.sysconfig b/redhat/quagga.sysconfig new file mode 100644 index 00000000..fc905afd --- /dev/null +++ b/redhat/quagga.sysconfig @@ -0,0 +1,9 @@ +# +# Default: Bind all daemon vtys to the loopback(s) only +# +BGPD_OPTS="-A 127.0.0.1" +OSPF6D_OPTS="-A ::1" +OSPFD_OPTS="-A 127.0.0.1" +RIPD_OPTS="-A 127.0.0.1" +RIPNGD_OPTS="-A ::1" +ZEBRA_OPTS="-A 127.0.0.1" |