diff options
author | paul <paul> | 2004-08-23 20:58:32 +0200 |
---|---|---|
committer | paul <paul> | 2004-08-23 20:58:32 +0200 |
commit | 3e0b3a56217dab13b26e7f7fd634e7450dde55e2 (patch) | |
tree | d62322ccbe368d643300ae71a6a53db21ebe4c94 /NEWS | |
parent | Ignore documentation build files (indexes, etc..) (diff) | |
download | frr-3e0b3a56217dab13b26e7f7fd634e7450dde55e2.tar.xz frr-3e0b3a56217dab13b26e7f7fd634e7450dde55e2.zip |
2004-08-23 Paul Jakma <paul@dishone.st>
* zebra/zserv.c: (zebra_init) remove implicit ip forward enabling
* NEWS: warn about forwarding change
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ * Changes in Quagga 0.96.6 +- 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. |