From: hasso Date: Sun, 3 Oct 2004 20:21:38 +0000 (+0000) Subject: Document stuff I broke today. X-Git-Tag: frr-2.0-rc1~3522 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=9a3805e0826ed7f45a6266226b55a4829e42e423;p=matthieu%2Ffrr.git Document stuff I broke today. --- diff --git a/NEWS b/NEWS index 174a4909e4..71576b012a 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,17 @@ * Changes in Quagga 0.96.6 +- "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 ' forwarding' statements to your zebra configuration file.