summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorhasso <hasso>2004-10-03 20:21:38 +0000
committerhasso <hasso>2004-10-03 20:21:38 +0000
commit9a3805e0826ed7f45a6266226b55a4829e42e423 (patch)
treea81907a35f02bf3c1b6b35a7ce2536b8b3978983 /NEWS
parente7168df4eff0d377621c45deb32cfcfa72e0dd83 (diff)
Document stuff I broke today.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 174a4909..71576b01 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 '<ip|ip6> forwarding' statements
to your zebra configuration file.