diff options
author | hasso <hasso> | 2004-10-03 20:21:38 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-10-03 20:21:38 +0000 |
commit | 66d2df51b5f4a84ea562ca3ec0c5cd1373f5bdbb (patch) | |
tree | fba9b6596c011cfe88fac0ddf8f4a45e340bd2c4 | |
parent | c98271413c92ca4e8aa1da70d080a69045608dca (diff) | |
download | quagga-66d2df51b5f4a84ea562ca3ec0c5cd1373f5bdbb.tar.bz2 quagga-66d2df51b5f4a84ea562ca3ec0c5cd1373f5bdbb.tar.xz |
Document stuff I broke today.
-rw-r--r-- | NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 '<ip|ip6> forwarding' statements to your zebra configuration file. |