And always is defined as share/examples/rc.d
which was the default before.
This rc.d scripts are not automatically added to PLISTs now also.
So add to each corresponding PLIST as required.
This was discussed on tech-pkg in late January and late April.
Not all of these packages have been tested.
Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere
and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
than last summer's snapshot, which can't be fetched.
Includes improved logging and many other fixes.
NEWS extract:
* Changes in Quagga 0.98.0
- Logging facilities upgraded. One can now specify a severity level
for each logging destination. And a new "show logging" command gives
thorough information on the current logging system configuration.
- Watchquagga daemon added. This is not well tested yet. Please try
monitor mode first before enabling restart features. It is important
to make sure that the various timers are configured with appropriate
values for your site.
- BGP route-server support added. See the texinfo documentation.
- OSPF API initialisation is disabled by default even if compiled in. You
can enable it with -a/--apiserver command line switch.
- "write-config integrated" vtysh command replaced with "service
integrated-vtysh-config" command.
- Router id is now handled by zebra daemon and all daemons receive changes
from it. Router id can be overriden in daemons' configurations of course.
To fix common router id in zebra daemon you can either install non-127
address on loopback or use "router-id x.x.x.x" command.
- "secondary" keyword is removed from ip address configuration. All
supported OS'es have their own vision what's secondary address and
how to handle it.
- Zebra no longer enables forwarding by default. If you rely on zebra to
enable forwarding make sure to add '<ip|ip6> forwarding' statements
to your zebra configuration file.
- All libraries are built and used shared, on platforms where libtool
supports shared libraries.
- Router advertisement syntax is changed. In usual cases (if you didn't do
any fancy stuff) it's enough to change lines in configuration from:
"ipv6 nd prefix-advertisement X:X:X:X::/X 2592000 604800 autoconfig on-link"
to:
"ipv6 nd prefix X:X:X:X::/X"
All router advertisement options are documented in texi documentation.
- --enable-nssa configure switch is removed. NSSA support is stable enough.
- Daemons don't look at current directory for config file any more.
Reference rc.d scripts in snapshot, rather than ours in files/.
Remove old patch for forwarding sysctl (applied to upstream).
Add patch to fix nit bug-of-the-snap.
installing a file with just 'log syslog'. This enables one to start
zebra, configure via vtysh, and save it.
Clean up some commented-out stuff tha turns out not to be needed.
Fix minor PLIST nits (which are in .v6/vtysh vs regular) according to
what the package installs, rather than perhaps what should be. (E.g.,
man pages are always installed.)
I applied a version of patch-aa the quagga repository, so it is no
longer needed.
PLIST.print seems to be cruft.
OSPFv2, OSPFv3, RIP v1 and v2, RIPv3 and BGPv4 for Unix platforms,
particularly FreeBSD and Linux and also NetBSD, to mention a few.
Quagga is a fork of GNU Zebra which was developed by Kunihiro
Ishiguro. The Quagga tree aims to build a more involved community
around Quagga than the current centralised model of GNU Zebra.
The quagga-devel package is intended to track snapshots between
releases.